From 393c866c517636e94b48ca6030a57b712892d568 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 27 Jan 2011 21:54:25 +0100 Subject: libwbclient: remove wbcRemoveGidMapping() - not implemented any more --- nsswitch/libwbclient/wbc_idmap.c | 6 ------ nsswitch/libwbclient/wbclient.h | 10 ---------- 2 files changed, 16 deletions(-) (limited to 'nsswitch/libwbclient') diff --git a/nsswitch/libwbclient/wbc_idmap.c b/nsswitch/libwbclient/wbc_idmap.c index 0c5210ae54..d9311c4e07 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) { diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h index aca9cebe99..96d6e687f5 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -786,16 +786,6 @@ wbcErr wbcAllocateUid(uid_t *puid); **/ wbcErr wbcAllocateGid(gid_t *pgid); -/** - * @brief Remove a group id mapping - * - * @param gid Gid of the mapping to remove. - * @param *sid Pointer to the sid of the mapping to remove. - * - * @return #wbcErr - **/ -wbcErr wbcRemoveGidMapping(gid_t gid, const struct wbcDomainSid *sid); - /** * @brief Set the highwater mark for allocated uids. * -- cgit