OSDN Git Service

Fix up last commit.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jan 2012 15:13:31 +0000 (15:13 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jan 2012 15:13:31 +0000 (15:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182849 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/dwarf2out.c

index 77c021b..d8c1817 100644 (file)
@@ -20903,10 +20903,7 @@ output_macinfo (void)
          break;
        case DW_MACINFO_end_file:
          if (!VEC_empty (macinfo_entry, files))
-           {
-             macinfo_entry *file = VEC_last (macinfo_entry, files);
-             VEC_pop (macinfo_entry, files);
-           }
+           VEC_pop (macinfo_entry, files);
          break;
        case DW_MACINFO_define:
        case DW_MACINFO_undef: