summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-06-20 05:48:40 +0000
committerPaul Smith <psmith@gnu.org>2000-06-20 05:48:40 +0000
commit3e6f48b444d890fd9bde802e35387e27eba33b2d (patch)
tree2ed67a1f9b0885c19c5a2521183696f9d5fb7f64 /function.c
parent0d70d054586cf2e718aacd5fccfc47e32975b092 (diff)
downloadgunmake-3e6f48b444d890fd9bde802e35387e27eba33b2d.tar.gz
* More updates and fixes.
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;