(dwarf_decode_lines_1): Delete local "column", unused.
authorDoug Evans <dje@google.com>
Fri, 15 Aug 2014 22:38:56 +0000 (15:38 -0700)
committerDoug Evans <dje@google.com>
Fri, 15 Aug 2014 22:38:56 +0000 (15:38 -0700)
* dwarf2read.c (dwarf_decode_lines_1): Delete local "column", unused.

gdb/ChangeLog
gdb/dwarf2read.c

index d195f4af1d266f55ad3a64727c652d7a9c653cdd..20c4b4c5adb630f7bd6111259a265675e8b70a43 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-15  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (dwarf_decode_lines_1): Delete local "column", unused.
+
 2014-08-15  Doug Evans  <dje@google.com>
 
        * dwarf2read.c (dwarf_decode_lines_1): Delete local basic_block,
index 7f183a72462d7a2a06195e04d9e45599f154b4b6..756d65baf291f6730f7c6ccfce408de6deda8e8a 100644 (file)
@@ -17203,7 +17203,6 @@ dwarf_decode_lines_1 (struct line_header *lh, const char *comp_dir,
       CORE_ADDR address = 0;
       unsigned int file = 1;
       unsigned int line = 1;
-      unsigned int column = 0;
       int is_stmt = lh->default_is_stmt;
       int end_sequence = 0;
       CORE_ADDR addr;
@@ -17408,7 +17407,7 @@ dwarf_decode_lines_1 (struct line_header *lh, const char *comp_dir,
               }
              break;
            case DW_LNS_set_column:
-             column = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
+             (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
              line_ptr += bytes_read;
              break;
            case DW_LNS_negate_stmt: