aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_bfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdb_bfd.c')
-rw-r--r--gdb/gdb_bfd.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/gdb_bfd.c b/gdb/gdb_bfd.c
index b0824ad..5c6bbef 100644
--- a/gdb/gdb_bfd.c
+++ b/gdb/gdb_bfd.c
@@ -874,16 +874,6 @@ gdb_bfd_record_inclusion (bfd *includer, bfd *includee)
gdata->included_bfds.push_back (gdb_bfd_ref_ptr::new_reference (includee));
}
-/* See gdb_bfd.h. */
-
-gdb_bfd_ref_ptr
-gdb_bfd_fdopenr (const char *filename, const char *target, int fd)
-{
- bfd *result = bfd_fdopenr (filename, target, fd);
-
- return gdb_bfd_ref_ptr::new_reference (result);
-}
-
gdb_static_assert (ARRAY_SIZE (_bfd_std_section) == 4);