libwbclient: remove wbcRemoveGidMapping() - not implemented any more
authorMichael Adam <obnox@samba.org>
Thu, 27 Jan 2011 20:54:25 +0000 (21:54 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 27 Jan 2011 20:56:47 +0000 (21:56 +0100)
nsswitch/libwbclient/wbc_idmap.c
nsswitch/libwbclient/wbclient.h

index 0c5210ae54eab26eadba8875e2b3c00a6a73311c..d9311c4e07aa0e15b6b75a40be8dfe5e15c6639a 100644 (file)
@@ -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)
 {
index aca9cebe992d2449155ea0234a39af5cd7e0e512..96d6e687f5da3d5d9bdd484576ac0d36706a1f97 100644 (file)
@@ -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.
  *