diff options
author | Tom Tromey <tromey@redhat.com> | 2013-11-25 09:53:06 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-12-06 12:13:59 -0700 |
commit | 53e0e56d645d638fdbbf69553e6d323e8b29cbae (patch) | |
tree | 5d9c7cb5cdcdcd97faa6ca185b2623c58006dd1c /gdb/objfiles.h | |
parent | 830f7a41e3fb3572d816a9ad257e6d470b8de406 (diff) | |
download | gdb-53e0e56d645d638fdbbf69553e6d323e8b29cbae.zip gdb-53e0e56d645d638fdbbf69553e6d323e8b29cbae.tar.gz gdb-53e0e56d645d638fdbbf69553e6d323e8b29cbae.tar.bz2 |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index bc16dc7..4920e4d 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 *); |