s3-lib/idmap_cache: remove some dead prototypes
[samba.git] / 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_ */