]> granicus.if.org Git - yasm/commitdiff
gas-preproc.c: Avoid warning on unused variable.
authorPeter Johnson <peter@tortall.net>
Sun, 3 Jan 2010 02:41:50 +0000 (02:41 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 3 Jan 2010 02:41:50 +0000 (02:41 -0000)
svn path=/trunk/yasm/; revision=2261

modules/preprocs/gas/gas-preproc.c

index 41107aaf5ececf11e7484c2b4777c41c6bde212a..e81bb897589c54b20db2b360611c8a3bad4aa7cb 100644 (file)
@@ -653,7 +653,6 @@ static int eval_rept(yasm_preproc_gas *pp, int unused, const char *arg1)
             nesting++;
         } else if (starts_with(line, ".endr") && --nesting == 0) {
             for (i = 0; i < n; i++) {
-                int line = 0;
                 buffered_line *current_line;
                 prev_bline = NULL;
                 SLIST_FOREACH(current_line, &lines, next) {