mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
Drop unused 'opt' from nasm_opt_val
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
32af9d75f3
commit
2b34d06419
@ -736,9 +736,9 @@ char *nasm_get_word(char *p, char **tail)
|
||||
*/
|
||||
char *nasm_opt_val(char *p, char **val, char **next)
|
||||
{
|
||||
char *q, *opt, *nxt;
|
||||
char *q, *nxt;
|
||||
|
||||
opt = *val = *next = NULL;
|
||||
*val = *next = NULL;
|
||||
|
||||
p = nasm_get_word(p, &nxt);
|
||||
if (!p)
|
||||
|
Loading…
x
Reference in New Issue
Block a user