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:58:02 +0100
commit68a9b726be84aaaaa340f19e175da448409430b3 (patch)
treee9ec17c7f1d1c6296bb4ac50f7b0cfdbfa0af0d8 /nsswitch/libwbclient/wbc_idmap.c
parent6558323c84cdd929716c59ba66d2ae6b699931d2 (diff)
downloadsamba-68a9b726be84aaaaa340f19e175da448409430b3.tar.gz
samba-68a9b726be84aaaaa340f19e175da448409430b3.tar.bz2
samba-68a9b726be84aaaaa340f19e175da448409430b3.zip
libwbclient: remove wbcSetGidHwm() - 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 caa7916152..c0193ca2dc 100644
--- a/nsswitch/libwbclient/wbc_idmap.c
+++ b/nsswitch/libwbclient/wbc_idmap.c
@@ -266,9 +266,3 @@ wbcErr wbcAllocateGid(gid_t *pgid)
done:
return wbc_status;
}
-
-/* Set the highwater mark for allocated gids - not implemented any more */
-wbcErr wbcSetGidHwm(gid_t gid_hwm)
-{
- return WBC_ERR_NOT_IMPLEMENTED;
-}