(current_column_1): Remove unused variable `prev_col'.
authorPavel Janík <Pavel@Janik.cz>
Tue, 6 Nov 2001 13:22:01 +0000 (13:22 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 6 Nov 2001 13:22:01 +0000 (13:22 +0000)
src/ChangeLog
src/indent.c

index ed69bfe..da2e7ff 100644 (file)
@@ -5,6 +5,8 @@
        * fontset.c (fontset_font_pattern): Remove unused variable
        `family_registry'.
 
+       * indent.c (current_column_1): Remove unused variable `prev_col'.
+
 2001-11-05  Richard M. Stallman  <rms@gnu.org>
 
        * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
index 2a62ab6..835ad6a 100644 (file)
@@ -590,7 +590,6 @@ current_column_1 ()
                goto endloop;
              if (c == '\t')
                {
-                 int prev_col = col;
                  col += tab_width;
                  col = col / tab_width * tab_width;
                }