s3-lib/idmap_cache: remove some dead prototypes
authorGünther Deschner <gd@samba.org>
Wed, 10 May 2017 08:05:59 +0000 (10:05 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 10 May 2017 13:53:21 +0000 (15:53 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/lib/idmap_cache.h

index 5b8586f70225c12fbd413d9a29b3f6a5d2909cc2..dc497022e3bb5e9a43cd719868cc22b555c71533 100644 (file)
@@ -35,7 +35,6 @@ void idmap_cache_set_sid2unixid(const struct dom_sid *sid, struct unixid *unix_i
 
 bool idmap_cache_del_uid(uid_t uid);
 bool idmap_cache_del_gid(gid_t gid);
-bool idmap_cache_del_both(uid_t uid);
 bool idmap_cache_del_sid(const struct dom_sid *sid);
 
 #endif /* _LIB_IDMAP_CACHE_H_ */