summaryrefslogtreecommitdiffstats
path: root/args.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-11-14 06:21:24 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-11-14 06:21:24 -0800
commit57cee8154fddd7697cd8573a356910ebc9e00b6d (patch)
tree4a444603cc904e8111cf3d641afee017d7951f44 /args.h
parentbfc527af1af619742163d238eac9f2b24f363b0d (diff)
downloadtxr-57cee8154fddd7697cd8573a356910ebc9e00b6d.tar.gz
txr-57cee8154fddd7697cd8573a356910ebc9e00b6d.tar.bz2
txr-57cee8154fddd7697cd8573a356910ebc9e00b6d.zip
args: remove unused macro.
* args.h (args_alloc): Macro removed.
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;