summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/ndr/util.c')
-rw-r--r--source3/librpc/ndr/util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/librpc/ndr/util.c b/source3/librpc/ndr/util.c
index ada98108e5..13fe6e175a 100644
--- a/source3/librpc/ndr/util.c
+++ b/source3/librpc/ndr/util.c
@@ -141,6 +141,3 @@ _PUBLIC_ void ndr_print_sockaddr_storage(struct ndr_print *ndr, const char *name
char addr[INET6_ADDRSTRLEN];
ndr->print(ndr, "%-25s: %s", name, print_sockaddr(addr, sizeof(addr), ss));
}
-
-const struct ndr_syntax_id null_ndr_syntax_id =
-{ { 0, 0, 0, { 0, 0 }, { 0, 0, 0, 0, 0, 0 } }, 0 };