From 897b9d887216b1112a105d0a989a259a0eabc2f1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 19 Nov 2003 05:54:21 +0000 Subject: removed an unused structure (This used to be commit 005614ef787d85499a3d970bce08549de0c2caab) --- source4/librpc/idl/lsa.idl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/librpc/idl/lsa.idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 26da264d6e..d85b7605dc 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -116,10 +116,6 @@ uint32 unknown; } lsa_AuditLogInfo; - - typedef struct { - } lsa_AuditSettings; - typedef struct { uint32 auditing_mode; [size_is(count)] uint32 *settings; -- cgit