summaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-10-16 16:00:22 +0000
committerTom Tromey <tromey@redhat.com>2013-10-16 16:00:22 +0000
commit1884c9e993f6559baaaf771d72fb74420f939b66 (patch)
tree2482eb7d1f4bf45e848bfe790ac794a02b4a7ef5 /gdb/dbxread.c
parent64c868ef2ef5da7aa0bee8c6583a44896248d51c (diff)
downloadgdb-1884c9e993f6559baaaf771d72fb74420f939b66.tar.gz
* dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
label.
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r--gdb/dbxread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c
index 2bca65b2d73..00949acd11c 100644
--- a/gdb/dbxread.c
+++ b/gdb/dbxread.c
@@ -1350,7 +1350,6 @@ read_dbx_symtab (struct objfile *objfile)
record_it:
namestring = set_namestring (objfile, &nlist);
- bss_ext_symbol:
record_minimal_symbol (namestring, nlist.n_value,
nlist.n_type, objfile); /* Always */
continue;