]> granicus.if.org Git - yasm/commitdiff
expr.c: Remove a couple of unused variables.
authorPeter Johnson <peter@tortall.net>
Sun, 8 Oct 2006 00:48:03 +0000 (00:48 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 8 Oct 2006 00:48:03 +0000 (00:48 -0000)
svn path=/trunk/yasm/; revision=1644

libyasm/expr.c

index 262863e81f26618826c7ce53b74407941a910cfd..6439846bae2af0932352053c09a3822bbac8b9f8 100644 (file)
@@ -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 */