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:57:24 +0100
commit6558323c84cdd929716c59ba66d2ae6b699931d2 (patch)
tree6d14ab625c8be4d4fa1208f78aa90b45b7f20e8b /nsswitch/libwbclient/wbc_idmap.c
parent393c866c517636e94b48ca6030a57b712892d568 (diff)
downloadsamba-6558323c84cdd929716c59ba66d2ae6b699931d2.tar.gz
samba-6558323c84cdd929716c59ba66d2ae6b699931d2.tar.bz2
samba-6558323c84cdd929716c59ba66d2ae6b699931d2.zip
libwbclient: remove wbcSetUidHwm() - 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 d9311c4e07..caa7916152 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;
}
-/* Set the highwater mark for allocated uids - not implemented any more */
-wbcErr wbcSetUidHwm(uid_t uid_hwm)
-{
- return WBC_ERR_NOT_IMPLEMENTED;
-}
-
/* Set the highwater mark for allocated gids - not implemented any more */
wbcErr wbcSetGidHwm(gid_t gid_hwm)
{