changeset 4127:e07466fb2458

[project @ 2002-10-25 20:13:31 by jwe]
author jwe
date Fri, 25 Oct 2002 20:13:31 +0000
parents b10790694d48
children 919b2f6573ee
files kpathsea/elt-dirs.c kpathsea/pathsearch.h
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kpathsea/elt-dirs.c	Fri Oct 25 20:05:24 2002 +0000
+++ b/kpathsea/elt-dirs.c	Fri Oct 25 20:13:31 2002 +0000
@@ -68,6 +68,7 @@
 static cache_entry *the_cache = NULL;
 static unsigned cache_length = 0;
 
+#if 0
 void
 kpse_clear_dir_cache P1H(void)
 {
@@ -95,6 +96,7 @@
 
   the_cache = NULL;
 }
+#endif
 
 /* Associate KEY with VALUE.  We implement the cache as a simple linear
    list, since it's unlikely to ever be more than a dozen or so elements
--- a/kpathsea/pathsearch.h	Fri Oct 25 20:05:24 2002 +0000
+++ b/kpathsea/pathsearch.h	Fri Oct 25 20:13:31 2002 +0000
@@ -72,8 +72,10 @@
    all the filenames (or NULL if none), instead of taking the first.  */
 extern string *kpse_all_path_search P2H(const_string path, const_string name);
 
+#if 0
 /* Clear the directory cache.  */
 extern void kpse_clear_dir_cache P1H(void);
+#endif
 
 #endif /* not KPATHSEA_PATHSEARCH_H */