aboutsummaryrefslogtreecommitdiff
path: root/asm/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/parser.h')
-rw-r--r--asm/parser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/asm/parser.h b/asm/parser.h
index 699539b..88dc0e9 100644
--- a/asm/parser.h
+++ b/asm/parser.h
@@ -16,8 +16,6 @@
#include <vm/inst.h>
-typedef darr_t token_stream_t;
-
inst_t parse_next_inst(token_stream_t *);
inst_t *parse_stream(token_stream_t *, size_t *);