From 6558323c84cdd929716c59ba66d2ae6b699931d2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 27 Jan 2011 21:54:25 +0100 Subject: libwbclient: remove wbcSetUidHwm() - not implemented any more --- nsswitch/libwbclient/wbc_idmap.c | 6 ------ nsswitch/libwbclient/wbclient.h | 9 --------- 2 files changed, 15 deletions(-) (limited to 'nsswitch/libwbclient') diff --git a/nsswitch/libwbclient/wbc_idmap.c b/nsswitch/libwbclient/wbc_idmap.c index d9311c4e07a..caa79161525 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) { diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h index 96d6e687f5d..e1a7f267fd9 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -786,15 +786,6 @@ wbcErr wbcAllocateUid(uid_t *puid); **/ wbcErr wbcAllocateGid(gid_t *pgid); -/** - * @brief Set the highwater mark for allocated uids. - * - * @param uid_hwm The new uid highwater mark value - * - * @return #wbcErr - **/ -wbcErr wbcSetUidHwm(uid_t uid_hwm); - /** * @brief Set the highwater mark for allocated gids. * -- cgit v1.2.1