libwbclient: remove wbcSetGidMapping() - not implemented any more
[nivanova/samba-autobuild/.git] / nsswitch / libwbclient / wbc_idmap.c
index 06320472ae0bc3f9e0906c95df110bf59980179e..f75c0dcca1e258976347900d947582825ea5a631 100644 (file)
@@ -267,12 +267,6 @@ wbcErr wbcAllocateGid(gid_t *pgid)
        return wbc_status;
 }
 
-/* Set a group id mapping - not implemented any more */
-wbcErr wbcSetGidMapping(gid_t gid, const struct wbcDomainSid *sid)
-{
-       return WBC_ERR_NOT_IMPLEMENTED;
-}
-
 /* Remove a user id mapping - not implemented any more */
 wbcErr wbcRemoveUidMapping(uid_t uid, const struct wbcDomainSid *sid)
 {