diff options
Diffstat (limited to 'gdb/buildsym-legacy.c')
-rw-r--r-- | gdb/buildsym-legacy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/buildsym-legacy.c b/gdb/buildsym-legacy.c index 3553fa1..20f046d 100644 --- a/gdb/buildsym-legacy.c +++ b/gdb/buildsym-legacy.c @@ -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 (); } |