diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-14 21:28:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-14 21:28:50 +0300 |
commit | 68773e1444b7e353346e52756e9db8fb487b56d4 (patch) | |
tree | 6926f036a0f634a8da45b9bb2b73cff0f5b92eca /ext.c | |
parent | b032d9b0e1113a030b94bbfb282c8b0362e76c18 (diff) | |
download | egawk-68773e1444b7e353346e52756e9db8fb487b56d4.tar.gz egawk-68773e1444b7e353346e52756e9db8fb487b56d4.tar.bz2 egawk-68773e1444b7e353346e52756e9db8fb487b56d4.zip |
Remove an unused variable.
Diffstat (limited to 'ext.c')
-rw-r--r-- | ext.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ NODE * get_argument(int i) { NODE *t; - int arg_count, pcount; + int arg_count; INSTRUCTION *pc; pc = TOP()->code_ptr; /* Op_ext_builtin instruction */ |