netlogon.idl: remove unused netr_GroupsMembership structure
authorStefan Metzmacher <metze@samba.org>
Thu, 24 Jan 2008 09:22:45 +0000 (10:22 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 24 Jan 2008 09:22:45 +0000 (10:22 +0100)
We have samr_RidWithAttribute and use that in all cases.

metze

source/librpc/idl/netlogon.idl

index dcbb647ba01ce55aba1ee28f8af3cf7b2525f5f5..3ca65471060994a891c1678d77db1bd3b6598ca7 100644 (file)
@@ -126,11 +126,6 @@ interface netlogon
                [case(6)] netr_NetworkInfo  *network;
        } netr_LogonLevel;
 
-       typedef [public] struct {
-               uint32 rid;
-               uint32 attributes;
-       } netr_GroupMembership;
-
        typedef [public,flag(NDR_PAHEX)] struct {
                uint8 key[16];
        } netr_UserSessionKey;