Remove newlines from warnings
[deliverable/binutils-gdb.git] / gdb / buildsym-legacy.c
index 3553fa1c0abaa89a7ed71a73e56290f1b4f64d9b..a29c1280971c17555607d52e9c6d7e6cdbc51fb8 100644 (file)
@@ -1,5 +1,5 @@
 /* Legacy support routines for building symbol tables in GDB's internal format.
-   Copyright (C) 1986-2018 Free Software Foundation, Inc.
+   Copyright (C) 1986-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -321,8 +321,6 @@ buildsym_compunit_symtab (void)
 struct macro_table *
 get_macro_table (void)
 {
-  struct objfile *objfile;
-
   gdb_assert (buildsym_compunit != NULL);
   return buildsym_compunit->get_macro_table ();
 }
This page took 0.02855 seconds and 4 git commands to generate.