diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-19 05:54:21 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-19 05:54:21 +0000 |
commit | 897b9d887216b1112a105d0a989a259a0eabc2f1 (patch) | |
tree | 1d341fa1da973442c40244cf4a817b38fa8c73c8 /source4/librpc/idl | |
parent | 6786811f65f271b220fc5f8ac8d4a85a03ee6d90 (diff) | |
download | samba-897b9d887216b1112a105d0a989a259a0eabc2f1.tar.gz samba-897b9d887216b1112a105d0a989a259a0eabc2f1.tar.bz2 samba-897b9d887216b1112a105d0a989a259a0eabc2f1.zip |
removed an unused structure
(This used to be commit 005614ef787d85499a3d970bce08549de0c2caab)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 4 |
1 files changed, 0 insertions, 4 deletions
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; |