summaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2011-02-28 23:23:04 +0000
committerMichael Snyder <msnyder@specifix.com>2011-02-28 23:23:04 +0000
commit1fa24e9d8a432c7b03ee53f21eec3397977dac5a (patch)
treef652639ba8aba915bd55cf2f79e85bb727037866 /gdb/dbxread.c
parent33753101fec26b9e24032a1dc353c0cfe4fc2ed6 (diff)
downloadgdb-1fa24e9d8a432c7b03ee53f21eec3397977dac5a.tar.gz
2011-02-28 Michael Snyder <msnyder@vmware.com>
* dbxread.c (process_one_symbol): Discard unused value.
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r--gdb/dbxread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c
index 35b44360058..d471b1c90f4 100644
--- a/gdb/dbxread.c
+++ b/gdb/dbxread.c
@@ -2853,7 +2853,7 @@ process_one_symbol (int type, int desc, CORE_ADDR valu, char *name,
N_SO, the linker did not relocate them (sigh). */
valu += last_source_start_addr;
- new = push_context (desc, valu);
+ push_context (desc, valu);
break;
case N_RBRAC: