From: Peter Johnson Date: Sun, 8 Oct 2006 00:48:03 +0000 (-0000) Subject: expr.c: Remove a couple of unused variables. X-Git-Tag: v0.6.0~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c9b5e353a98e1b1c5b8bd4d26190694641710c0;p=yasm expr.c: Remove a couple of unused variables. svn path=/trunk/yasm/; revision=1644 --- diff --git a/libyasm/expr.c b/libyasm/expr.c index 262863e8..6439846b 100644 --- a/libyasm/expr.c +++ b/libyasm/expr.c @@ -834,8 +834,6 @@ yasm_expr__level_tree(yasm_expr *e, int fold_const, int simplify_ident, yasm__exprentry *np; const yasm_expr *equ_expr = yasm_symrec_get_equ(e->terms[i].data.sym); - /*@dependent@*/ yasm_section *sect; - /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc; if (equ_expr) { /* Check for circular reference */