summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/librpc/idl/lsa.idl4
-rw-r--r--source4/librpc/ndr/ndr_lsa.c7
-rw-r--r--source4/librpc/ndr/ndr_lsa.h3
3 files changed, 0 insertions, 14 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;
diff --git a/source4/librpc/ndr/ndr_lsa.c b/source4/librpc/ndr/ndr_lsa.c
index f0f00f4e91..d7fb5c45e2 100644
--- a/source4/librpc/ndr/ndr_lsa.c
+++ b/source4/librpc/ndr/ndr_lsa.c
@@ -1966,13 +1966,6 @@ void ndr_print_lsa_AuditLogInfo(struct ndr_print *ndr, const char *name, struct
ndr->depth--;
}
-void ndr_print_lsa_AuditSettings(struct ndr_print *ndr, const char *name, struct lsa_AuditSettings *r)
-{
- ndr_print_struct(ndr, name, "lsa_AuditSettings");
- ndr->depth++;
- ndr->depth--;
-}
-
void ndr_print_lsa_AuditEventsInfo(struct ndr_print *ndr, const char *name, struct lsa_AuditEventsInfo *r)
{
ndr_print_struct(ndr, name, "lsa_AuditEventsInfo");
diff --git a/source4/librpc/ndr/ndr_lsa.h b/source4/librpc/ndr/ndr_lsa.h
index 5efca8b8ac..ac6b91aa55 100644
--- a/source4/librpc/ndr/ndr_lsa.h
+++ b/source4/librpc/ndr/ndr_lsa.h
@@ -186,9 +186,6 @@ struct lsa_AuditLogInfo {
uint32 unknown;
};
-struct lsa_AuditSettings {
-};
-
struct lsa_AuditEventsInfo {
uint32 auditing_mode;
uint32 *settings;