mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
remove some buggy debug code :P
This commit is contained in:
parent
63414ea836
commit
834ab26be5
1 changed files with 0 additions and 1 deletions
|
@ -2235,7 +2235,6 @@ function_expr (expr_t *e1, expr_t *e2)
|
||||||
parm_count = -ftype->num_parms - 1;
|
parm_count = -ftype->num_parms - 1;
|
||||||
} else if (ftype->num_parms >= 0) {
|
} else if (ftype->num_parms >= 0) {
|
||||||
if (arg_count > ftype->num_parms) {
|
if (arg_count > ftype->num_parms) {
|
||||||
printf ("%d %d %s\n", arg_count, ftype->num_parms, e1->e.def->name);
|
|
||||||
return error (e1, "too many arguments");
|
return error (e1, "too many arguments");
|
||||||
} else if (arg_count < ftype->num_parms) {
|
} else if (arg_count < ftype->num_parms) {
|
||||||
if (!options.traditional)
|
if (!options.traditional)
|
||||||
|
|
Loading…
Reference in a new issue