diff options
author | Michael Adam <obnox@samba.org> | 2011-01-27 21:46:12 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-01-27 21:46:12 +0100 |
commit | 58bf6f9ff0b29df14eee2900fb847b96ef28411f (patch) | |
tree | 363f7ff61e27264c2134dd62e0b0f2ba2aee2353 /nsswitch | |
parent | 48ad64aa78568c4ce743345448c9d39305752d73 (diff) | |
download | samba-58bf6f9ff0b29df14eee2900fb847b96ef28411f.tar.gz samba-58bf6f9ff0b29df14eee2900fb847b96ef28411f.tar.bz2 samba-58bf6f9ff0b29df14eee2900fb847b96ef28411f.zip |
libwbclient: remove two unused defines
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/libwbclient/wbc_idmap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nsswitch/libwbclient/wbc_idmap.c b/nsswitch/libwbclient/wbc_idmap.c index ab8de9f973..3c806d1a93 100644 --- a/nsswitch/libwbclient/wbc_idmap.c +++ b/nsswitch/libwbclient/wbc_idmap.c @@ -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) { |