(ef_zapcache): Clearing the cache doesn't make sense. No harm done if

the next user can't use the cache, it gets automatically zapped then.
Remove.
This commit is contained in:
Markus Armbruster 2005-10-24 23:23:53 +00:00
parent ecab7c4f2f
commit 12b1427693
4 changed files with 0 additions and 24 deletions

View file

@ -141,7 +141,6 @@ extern int ef_flush(int);
extern int ef_write(int, int, void *);
extern int ef_extend(int, int);
extern int ef_ensure_space(int, int, int);
extern void ef_zapcache(int);
extern int ef_nelem(int);
extern int ef_flags(int);
extern int ef_byname(char *);