diff options
Diffstat (limited to 'function.c')
-rw-r--r-- | function.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1776,8 +1776,6 @@ handle_function (op, stringp) end = beg + len; } - p = beg; - nargs = 0; for (p=beg, nargs=0; p <= end; ++argvp) { char *next; |