aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2012-01-03 16:13:31 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2012-01-03 16:13:31 +0100
commit14b5207eb8a8fbe4d2bdf9d0ba3582222f28a1f5 (patch)
tree9c4600d45402d386765e9d9ae1afe4c317536a1f
parentc067f6cfb3395947b3e01d5df10263cbdf13bb85 (diff)
downloadgcc-14b5207eb8a8fbe4d2bdf9d0ba3582222f28a1f5.zip
gcc-14b5207eb8a8fbe4d2bdf9d0ba3582222f28a1f5.tar.gz
gcc-14b5207eb8a8fbe4d2bdf9d0ba3582222f28a1f5.tar.bz2
Fix up last commit.
From-SVN: r182849
-rw-r--r--gcc/dwarf2out.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 77c021b..d8c1817 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -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: