diff options
Diffstat (limited to 'source4/librpc/ndr/ndr_lsa.c')
-rw-r--r-- | source4/librpc/ndr/ndr_lsa.c | 7 |
1 files changed, 0 insertions, 7 deletions
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"); |