aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-11-25 09:53:06 -0700
committerTom Tromey <tromey@redhat.com>2013-12-06 12:13:59 -0700
commit53e0e56d645d638fdbbf69553e6d323e8b29cbae (patch)
tree5d9c7cb5cdcdcd97faa6ca185b2623c58006dd1c /gdb/objfiles.h
parent830f7a41e3fb3572d816a9ad257e6d470b8de406 (diff)
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.
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r--gdb/objfiles.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index bc16dc7375..4920e4d6fb 100644
--- a/gdb/objfiles.h
+++ b/gdb/objfiles.h
@@ -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 *);