aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ext.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ade7969..055eb7d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-14 Arnold D. Robbins <arnold@skeeve.com>
+
+ * ext.c (get_argument): Remove unused variable pcount.
+
2016-06-10 Arnold D. Robbins <arnold@skeeve.com>
* config.guess, config.sub: Get latest from Gnulib master.
diff --git a/ext.c b/ext.c
index c0d6f150..ce040ed7 100644
--- a/ext.c
+++ b/ext.c
@@ -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 */