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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/librpc/ndr/util.c b/source3/librpc/ndr/util.c
index d6a41a0ef1..33b1bb2076 100644
--- a/source3/librpc/ndr/util.c
+++ b/source3/librpc/ndr/util.c
@@ -200,11 +200,6 @@ void ndr_print_file_id(struct ndr_print *ndr, const char *name, const struct fil
ndr->depth--;
}
-_PUBLIC_ void ndr_print_bool(struct ndr_print *ndr, const char *name, const bool b)
-{
- ndr->print(ndr, "%-25s: %s", name, b?"true":"false");
-}
-
_PUBLIC_ void ndr_print_sockaddr_storage(struct ndr_print *ndr, const char *name, const struct sockaddr_storage *ss)
{
char addr[INET6_ADDRSTRLEN];