diff options
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r-- | bfd/libbfd-in.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h index b5b614c..f0d8fba 100644 --- a/bfd/libbfd-in.h +++ b/bfd/libbfd-in.h @@ -118,10 +118,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 |