summaryrefslogtreecommitdiffstats
path: root/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'args.h')
-rw-r--r--args.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/args.h b/args.h
index df244e3b..75ab4c7b 100644
--- a/args.h
+++ b/args.h
@@ -37,10 +37,6 @@ typedef int arg_index;
#define ARGS_MAX 32
#define ARGS_MIN 4
-#define args_alloc(N) \
- (coerce(struct args *, \
- alloca(offsetof(struct args, arg) + (N)*sizeof (val))))
-
struct args_bool_key {
val key;
val arg_p;