Use @defvar to document gdb.pretty_printers
[deliverable/binutils-gdb.git] / gdb / gdb_bfd.c
index b0824ad21039c7c55a39af9814c08499ad4674d6..5c6bbef551d94376b9fb27e1f69ba5298cdcb48a 100644 (file)
@@ -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);
-}
-
 \f
 
 gdb_static_assert (ARRAY_SIZE (_bfd_std_section) == 4);
This page took 0.027044 seconds and 4 git commands to generate.