From: Peter Johnson Date: Sun, 16 Apr 2006 19:18:33 +0000 (-0000) Subject: * nasm-eval.c (expr5, expr6): Remove unused variables. X-Git-Tag: v0.5.0~17^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5894fe48ffe19d008daa0e52ed72f46c3c40980;p=yasm * nasm-eval.c (expr5, expr6): Remove unused variables. svn path=/trunk/yasm/; revision=1493 --- diff --git a/modules/preprocs/nasm/nasm-eval.c b/modules/preprocs/nasm/nasm-eval.c index 8ff12186..b85cfbf5 100644 --- a/modules/preprocs/nasm/nasm-eval.c +++ b/modules/preprocs/nasm/nasm-eval.c @@ -299,7 +299,6 @@ static yasm_expr *expr4(void) static yasm_expr *expr5(void) { yasm_expr *e, *f; - yasm_intnum *ei, *fi; e = expr6(); if (!e) @@ -337,10 +336,7 @@ static yasm_expr *expr5(void) static yasm_expr *expr6(void) { - long type; yasm_expr *e = NULL; - yasm_intnum *ei; - long label_seg, label_ofs; if (i == '-') { i = scan(scpriv, tokval);