libwbclient: remove wbcRemoveUidMapping() - 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:11 +0000 (21:56 +0100)
nsswitch/libwbclient/wbc_idmap.c
nsswitch/libwbclient/wbclient.h

index f75c0dcca1e258976347900d947582825ea5a631..0c5210ae54eab26eadba8875e2b3c00a6a73311c 100644 (file)
@@ -267,12 +267,6 @@ wbcErr wbcAllocateGid(gid_t *pgid)
        return wbc_status;
 }
 
-/* Remove a user id mapping - not implemented any more */
-wbcErr wbcRemoveUidMapping(uid_t uid, const struct wbcDomainSid *sid)
-{
-       return WBC_ERR_NOT_IMPLEMENTED;
-}
-
 /* Remove a group id mapping - not implemented any more */
 wbcErr wbcRemoveGidMapping(gid_t gid, const struct wbcDomainSid *sid)
 {
index d7956b4305975c0e4977134da0d03648e1be9472..aca9cebe992d2449155ea0234a39af5cd7e0e512 100644 (file)
@@ -786,16 +786,6 @@ wbcErr wbcAllocateUid(uid_t *puid);
  **/
 wbcErr wbcAllocateGid(gid_t *pgid);
 
-/**
- * @brief Remove a user id mapping
- *
- * @param uid       Uid of the mapping to remove.
- * @param *sid      Pointer to the sid of the mapping to remove.
- *
- * @return #wbcErr
- **/
-wbcErr wbcRemoveUidMapping(uid_t uid, const struct wbcDomainSid *sid);
-
 /**
  * @brief Remove a group id mapping
  *