summaryrefslogtreecommitdiff
path: root/source3/lib/idmap_cache.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-02 10:44:16 +0200
committerMichael Adam <obnox@samba.org>2012-05-02 13:18:05 +0200
commitbb1d541da10ca35f7bfc22e9c5e735d8ed01bb49 (patch)
treea60c09b0285841432e89e101884502ec305e9d88 /source3/lib/idmap_cache.h
parentc844f657793c0f8df3b2afcf710166b628e8233b (diff)
downloadsamba-bb1d541da10ca35f7bfc22e9c5e735d8ed01bb49.tar.gz
samba-bb1d541da10ca35f7bfc22e9c5e735d8ed01bb49.tar.bz2
samba-bb1d541da10ca35f7bfc22e9c5e735d8ed01bb49.zip
s3-idmap: remove (now) unused function idmap_cache_set_sid2both()
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/lib/idmap_cache.h')
-rw-r--r--source3/lib/idmap_cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/idmap_cache.h b/source3/lib/idmap_cache.h
index afb8c16940..088526635e 100644
--- a/source3/lib/idmap_cache.h
+++ b/source3/lib/idmap_cache.h
@@ -34,7 +34,6 @@ bool idmap_cache_find_gid2sid(gid_t gid, struct dom_sid *sid, bool *expired);
void idmap_cache_set_sid2unixid(const struct dom_sid *sid, struct unixid *unix_id);
void idmap_cache_set_sid2uid(const struct dom_sid *sid, uid_t uid);
void idmap_cache_set_sid2gid(const struct dom_sid *sid, gid_t gid);
-void idmap_cache_set_sid2both(const struct dom_sid *sid, uid_t uid);
bool idmap_cache_del_uid(uid_t uid);
bool idmap_cache_del_gid(gid_t gid);