libwbclient: remove two unused defines
authorMichael Adam <obnox@samba.org>
Thu, 27 Jan 2011 20:46:12 +0000 (21:46 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 27 Jan 2011 20:46:12 +0000 (21:46 +0100)
nsswitch/libwbclient/wbc_idmap.c

index ab8de9f973a3c5c422eca579631c83718fe9fdf5..3c806d1a93e798cad7dbd1928a37931862f2daa5 100644 (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)
 {