diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index c50f087..da35b29 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -345,10 +345,8 @@ struct minimal_symbol unsigned long size; -#ifdef SOFUN_ADDRESS_MAYBE_MISSING /* Which source file is this symbol in? Only relevant for mst_file_*. */ char *filename; -#endif /* Classification type for this minimal symbol. */ |