diff options
Diffstat (limited to 'gdb/parse.c')
-rw-r--r-- | gdb/parse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/parse.c b/gdb/parse.c index 506efa3..dff519b 100644 --- a/gdb/parse.c +++ b/gdb/parse.c @@ -502,8 +502,6 @@ find_minsym_type_and_address (minimal_symbol *msymbol, if (address_p != NULL) *address_p = addr; - struct type *the_type; - switch (type) { case mst_text: |