libwbclient: remove wbcSetGidHwm() - not implemented any more
[idra/samba.git] / nsswitch / libwbclient / wbc_idmap.c
index caa7916152582fedbeca4a0b4508159832851b2c..c0193ca2dc3a58c211f979fdbb63f1df2e6dbbe9 100644 (file)
@@ -266,9 +266,3 @@ wbcErr wbcAllocateGid(gid_t *pgid)
  done:
        return wbc_status;
 }
-
-/* Set the highwater mark for allocated gids - not implemented any more */
-wbcErr wbcSetGidHwm(gid_t gid_hwm)
-{
-       return WBC_ERR_NOT_IMPLEMENTED;
-}