diff options
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 8ce2d0f..c9e3490 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -146,11 +146,6 @@ struct symloc #define SC_IS_BSS(sc) ((sc) == scBss || (sc) == scSBss) #define SC_IS_UNDEF(sc) ((sc) == scUndefined || (sc) == scSUndefined) - -/* Things we import explicitly from other modules */ - -extern int info_verbose; - /* Various complaints about symbol reading that don't abort the process */ static struct complaint bad_file_number_complaint = |