summaryrefslogtreecommitdiff
path: root/bfd/libbfd-in.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-10-27 03:36:57 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-10-27 03:36:57 +0000
commitc52c207396096bf06082b69be01362403d27ae6e (patch)
treeb29329b205c501916229a4dfab800ca744d590b2 /bfd/libbfd-in.h
parente2699e071e75c24c39b95d9430b40aedaf4198f0 (diff)
downloadbinutils-redhat-c52c207396096bf06082b69be01362403d27ae6e.tar.gz
* cache.c (BFD_CACHE_MAX_OPEN): Make private to this file.
(bfd_last_cache, bfd_cache_lookup, bfd_cache_lookup_worker): Likewise. * libbfd-in.h (bfd_cache_lookup_worker, bfd_last_cache): Delete. * libbfd.h: Regenerate.
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r--bfd/libbfd-in.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h
index 1b1789aab0..df46ae1273 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;