diff options
-rw-r--r-- | usr.bin/oasm/parse.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/oasm/parse.c b/usr.bin/oasm/parse.c index 113671f..4651b55 100644 --- a/usr.bin/oasm/parse.c +++ b/usr.bin/oasm/parse.c @@ -136,12 +136,6 @@ parse_reg(struct oasm_state *state, struct oasm_token *tok) } static int -parse_imm(struct oasm_token *tok, tt_t last) -{ - return 0; -} - -static int parse_tok(struct oasm_state *state, struct oasm_token *tok) { const char *p; |