summaryrefslogtreecommitdiffstats
path: root/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'args.h')
-rw-r--r--args.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/args.h b/args.h
index 0349d160..a9174699 100644
--- a/args.h
+++ b/args.h
@@ -40,8 +40,6 @@ typedef int arg_index;
(coerce(struct args *, \
alloca(offsetof(struct args, arg) + (N)*sizeof (val))))
-cnum args_limit(val name, cnum in);
-
INLINE void args_init_list(struct args *args, cnum argc, val list)
{
args->argc = argc;