diff options
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index fb58464f8b5..4abcf38234f 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -676,13 +676,6 @@ void dwarf2_free_objfile (struct objfile *); /* From mdebugread.c */ -/* Hack to force structures to exist before use in parameter list. */ -struct ecoff_debug_hack -{ - struct ecoff_debug_swap *a; - struct ecoff_debug_info *b; -}; - extern void mdebug_build_psymtabs (struct objfile *, const struct ecoff_debug_swap *, struct ecoff_debug_info *); |