diff options
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r-- | bfd/libbfd-in.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h index 1b1789a..df46ae1 100644 --- a/bfd/libbfd-in.h +++ b/bfd/libbfd-in.h @@ -652,11 +652,6 @@ extern void _bfd_abort extern file_ptr real_ftell (FILE *file); extern int real_fseek (FILE *file, file_ptr offset, int whence); -FILE * bfd_cache_lookup_worker - (bfd *); - -extern bfd *bfd_last_cache; - /* List of supported target vectors, and the default vector (if bfd_default_vector[0] is NULL, there is no default). */ extern const bfd_target * const *bfd_target_vector; |