1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

libwbclient: remove two unused defines

This commit is contained in:
Michael Adam 2011-01-27 21:46:12 +01:00
parent 48ad64aa78
commit 58bf6f9ff0

View File

@ -267,10 +267,6 @@ wbcErr wbcAllocateGid(gid_t *pgid)
return wbc_status;
}
/* we can't include smb.h here... */
#define _ID_TYPE_UID 1
#define _ID_TYPE_GID 2
/* Set an user id mapping - not implemented any more */
wbcErr wbcSetUidMapping(uid_t uid, const struct wbcDomainSid *sid)
{