From 9a1809359241c38d2814e287d302a346e85c6ec4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Thu, 26 May 2016 21:57:11 -0400 Subject: Remove useless "optional" argument to get_actual_argument. --- ext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext.c') diff --git a/ext.c b/ext.c index c3e34b1c..0e6da3d3 100644 --- a/ext.c +++ b/ext.c @@ -330,11 +330,11 @@ get_argument(int i) /* * get_actual_argument --- get the i'th scalar or array argument of a - * dynamically linked function, allowed to be optional. + * dynamically linked function. */ NODE * -get_actual_argument(NODE *t, int i, bool optional, bool want_array) +get_actual_argument(NODE *t, int i, bool want_array) { char *fname; INSTRUCTION *pc; -- cgit v1.2.3