* opncls.c (bfd_alloc, bfd_zalloc): Don't mark internal.
[deliverable/binutils-gdb.git] / bfd / libbfd.h
index fb16333070c576636a84776f39e1964e308880df..c5fa67ffd4d9c8b4bcbb47c8f6a3d0e088817b88 100644 (file)
@@ -123,10 +123,6 @@ extern bfd_error_handler_type _bfd_error_handler;
 
 /* These routines allocate and free things on the BFD's objalloc.  */
 
-extern void *bfd_alloc
-  (bfd *, bfd_size_type);
-extern void *bfd_zalloc
-  (bfd *, bfd_size_type);
 extern void *bfd_alloc2
   (bfd *, bfd_size_type, bfd_size_type);
 extern void *bfd_zalloc2
This page took 0.023547 seconds and 4 git commands to generate.