summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'function.c')
-rw-r--r--function.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/function.c b/function.c
index 5d15ff6..8b6895c 100644
--- a/function.c
+++ b/function.c
@@ -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;