summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc_ep.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/rpc/dcerpc_ep.h')
-rw-r--r--source3/librpc/rpc/dcerpc_ep.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/librpc/rpc/dcerpc_ep.h b/source3/librpc/rpc/dcerpc_ep.h
index ba1e688e6c..8bcf184280 100644
--- a/source3/librpc/rpc/dcerpc_ep.h
+++ b/source3/librpc/rpc/dcerpc_ep.h
@@ -107,12 +107,6 @@ struct dcerpc_binding_vector *dcerpc_binding_vector_dup(TALLOC_CTX *mem_ctx,
NTSTATUS dcerpc_binding_vector_replace_iface(const struct ndr_interface_table *iface,
struct dcerpc_binding_vector *v);
-NTSTATUS dcerpc_binding_vector_create(TALLOC_CTX *mem_ctx,
- const struct ndr_interface_table *iface,
- uint16_t port,
- const char *ncalrpc,
- struct dcerpc_binding_vector **pbvec);
-
/**
* @brief Adds server address information in the local endpoint map.
*