struct symtabs_and_lines -> std::vector<symtab_and_line>
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 8cbf4d6d9422b823deb07c961a6712e0c902fb3c..a2ca8fcea75e29bca6f84ee798e55735819ee9cb 100644 (file)
@@ -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;
-};
 \f
 
 /* Given a pc value, return line number it is in.  Second arg nonzero means
This page took 0.033738 seconds and 4 git commands to generate.