Remove dead store in test_oneliner
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
c3f97b3740
commit
79da3bb879
1 changed files with 1 additions and 1 deletions
|
@ -1694,7 +1694,7 @@ static void dosetflags (struct oneliner_ctx *ctx)
|
||||||
int ent;
|
int ent;
|
||||||
int tok;
|
int tok;
|
||||||
union oneliner_tokval flagstok;
|
union oneliner_tokval flagstok;
|
||||||
if ((tok = nexttok (&ctx->l, NULL)) != '(')
|
if (nexttok (&ctx->l, NULL) != '(')
|
||||||
error (ctx, "setflags: args required");
|
error (ctx, "setflags: args required");
|
||||||
if ((tok = nexttok (&ctx->l, &flagstok)) == TOK_NAME)
|
if ((tok = nexttok (&ctx->l, &flagstok)) == TOK_NAME)
|
||||||
tok = nexttok (&ctx->l, NULL);
|
tok = nexttok (&ctx->l, NULL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue