summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_idmap.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-01-27 21:54:25 +0100
committerMichael Adam <obnox@samba.org>2011-01-27 21:56:47 +0100
commit393c866c517636e94b48ca6030a57b712892d568 (patch)
tree39abddf86ba275ab6cf78caa5f3cba607d18a805 /nsswitch/libwbclient/wbc_idmap.c
parent1ed5961df2da73b61666a4565d0633e34f72d04d (diff)
downloadsamba-393c866c517636e94b48ca6030a57b712892d568.tar.gz
libwbclient: remove wbcRemoveGidMapping() - not implemented any more
Diffstat (limited to 'nsswitch/libwbclient/wbc_idmap.c')
-rw-r--r--nsswitch/libwbclient/wbc_idmap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/nsswitch/libwbclient/wbc_idmap.c b/nsswitch/libwbclient/wbc_idmap.c
index 0c5210ae54e..d9311c4e07a 100644
--- a/nsswitch/libwbclient/wbc_idmap.c
+++ b/nsswitch/libwbclient/wbc_idmap.c
@@ -267,12 +267,6 @@ wbcErr wbcAllocateGid(gid_t *pgid)
return wbc_status;
}
-/* Remove a group id mapping - not implemented any more */
-wbcErr wbcRemoveGidMapping(gid_t gid, const struct wbcDomainSid *sid)
-{
- return WBC_ERR_NOT_IMPLEMENTED;
-}
-
/* Set the highwater mark for allocated uids - not implemented any more */
wbcErr wbcSetUidHwm(uid_t uid_hwm)
{