forked from Imagelibrary/binutils-gdb
remove objfile_to_front
I happened to notice that nothing uses objfile_to_front. This patch removes it. 2013-12-06 Tom Tromey <tromey@redhat.com> * objfiles.h (objfile_to_front): Remove. * objfiles.c (objfile_to_front): Remove.
This commit is contained in:
@@ -455,8 +455,6 @@ extern struct objfile *objfile_separate_debug_iterate (const struct objfile *,
|
||||
|
||||
extern void put_objfile_before (struct objfile *, struct objfile *);
|
||||
|
||||
extern void objfile_to_front (struct objfile *);
|
||||
|
||||
extern void add_separate_debug_objfile (struct objfile *, struct objfile *);
|
||||
|
||||
extern void unlink_objfile (struct objfile *);
|
||||
|
||||
Reference in New Issue
Block a user