diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 8cbf4d6..a2ca8fc 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1441,11 +1441,6 @@ struct symtab_and_line extern void init_sal (struct symtab_and_line *sal); -struct symtabs_and_lines -{ - struct symtab_and_line *sals; - int nelts; -}; /* Given a pc value, return line number it is in. Second arg nonzero means |