From: Michael Adam Date: Fri, 20 Apr 2012 08:56:58 +0000 (+0200) Subject: s3:memcache: remove the idmap-part from memcache X-Git-Tag: samba-4.0.0alpha20~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e690ed3cf514ba34db4acc1d8b709aae052aedb;p=thirdparty%2Fsamba.git 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. --- diff --git a/source3/include/memcache.h b/source3/include/memcache.h index 0a596b91a52..e0ac4afdf71 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,