From d408be05d6e68d4e7f81cd48a6e758768031eb0f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 24 Jan 2008 10:22:45 +0100 Subject: netlogon.idl: remove unused netr_GroupsMembership structure We have samr_RidWithAttribute and use that in all cases. metze (This used to be commit 3c5bae2249d01213ff4bd7df2b4e3ac04da4a52d) --- source4/librpc/idl/netlogon.idl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index dcbb647ba0..3ca6547106 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -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; -- cgit