From f0b3c72bcc119f497a4379c549bc55fb1031ce90 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 25 Jan 2011 02:52:18 +0100 Subject: s3-libndr: remove cmdline_lp_ctx. Guenther --- source3/librpc/ndr/util.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/librpc/ndr') diff --git a/source3/librpc/ndr/util.c b/source3/librpc/ndr/util.c index 33b1bb2076..225d520ca6 100644 --- a/source3/librpc/ndr/util.c +++ b/source3/librpc/ndr/util.c @@ -206,7 +206,5 @@ _PUBLIC_ void ndr_print_sockaddr_storage(struct ndr_print *ndr, const char *name ndr->print(ndr, "%-25s: %s", name, print_sockaddr(addr, sizeof(addr), ss)); } -void *cmdline_lp_ctx; - const struct ndr_syntax_id null_ndr_syntax_id = { { 0, 0, 0, { 0, 0 }, { 0, 0, 0, 0, 0, 0 } }, 0 }; -- cgit