summaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r--gdb/dbxread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c
index ff56554fcb..0f7027746e 100644
--- a/gdb/dbxread.c
+++ b/gdb/dbxread.c
@@ -1199,7 +1199,6 @@ read_dbx_symtab (struct objfile *objfile)
char *namestring;
int nsl;
int past_first_source_file = 0;
- CORE_ADDR last_o_file_start = 0;
CORE_ADDR last_function_start = 0;
struct cleanup *back_to;
bfd *abfd;
@@ -1391,7 +1390,6 @@ read_dbx_symtab (struct objfile *objfile)
}
else
past_first_source_file = 1;
- last_o_file_start = nlist.n_value;
}
else
goto record_it;