diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index 582ca04..2dcc877 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -1284,9 +1284,6 @@ find_line_pc_range (sal, startptr, endptr) struct symtab_and_line sal; CORE_ADDR *startptr, *endptr; { - struct linetable *l; - int ind; - int exact_match; /* did we get an exact linenumber match */ CORE_ADDR startaddr; struct symtab_and_line found_sal; |