From 8e690ed3cf514ba34db4acc1d8b709aae052aedb Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 20 Apr 2012 10:56:58 +0200 Subject: s3:memcache: remove the idmap-part from memcache This was useful before the idmap cache was moved to gencache. Nowadays it is available to smbd through gencache, so we can remove the extra caching layer. --- source3/include/memcache.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include') diff --git a/source3/include/memcache.h b/source3/include/memcache.h index 0a596b91a5..e0ac4afdf7 100644 --- a/source3/include/memcache.h +++ b/source3/include/memcache.h @@ -35,10 +35,6 @@ struct memcache; enum memcache_number { STAT_CACHE, - UID_SID_CACHE, - SID_UID_CACHE, - GID_SID_CACHE, - SID_GID_CACHE, GETWD_CACHE, GETPWNAM_CACHE, /* talloc */ MANGLE_HASH2_CACHE, -- cgit