diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-24 00:49:09 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-24 00:49:09 -0400 |
commit | 2de38a06acd1f8a392f1c6ea74a7b0aaa0de3692 (patch) | |
tree | 93e6941523a4a62952f229c3aaf3f2a9c3facfd2 /usr.bin/oasm/parse.c | |
parent | 729a19a6b7e636a8af3a15f7fe5204cc0d59dbf7 (diff) |
oasm: parse: Remove unused stub
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/oasm/parse.c')
-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; |