(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

@ -376,19 +376,6 @@ ef_extend(int type, int count)
return i == count;
}
/*
* Mark the cache for the file containing objects of type 'type' as unused.
*/
void
ef_zapcache(int type)
{
struct empfile *ep = &empfile[type];
if ((ep->flags & EFF_MEM) == 0) {
ep->cids = 0;
ep->baseid = -1;
}
}
struct castr *
ef_cadef(int type)
{