diff options
author | Andreas Schneider <asn@samba.org> | 2011-07-13 13:49:57 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-08-01 08:50:35 +0200 |
commit | 4b751b29e50ea87bd3f082d63014cbcbff8bc519 (patch) | |
tree | 281992fd521f8d44463a892afef0bdbe71844de3 /source3/librpc/rpc/dcerpc_ep.h | |
parent | 0fef6766b9e4c8612b2ad547720ec47463917192 (diff) | |
download | samba-4b751b29e50ea87bd3f082d63014cbcbff8bc519.tar.gz samba-4b751b29e50ea87bd3f082d63014cbcbff8bc519.tar.xz samba-4b751b29e50ea87bd3f082d63014cbcbff8bc519.zip |
s3-librpc: Remove obsolete dcerpc_binding_vector_create().
Diffstat (limited to 'source3/librpc/rpc/dcerpc_ep.h')
-rw-r--r-- | source3/librpc/rpc/dcerpc_ep.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/librpc/rpc/dcerpc_ep.h b/source3/librpc/rpc/dcerpc_ep.h index ba1e688e6c1..8bcf184280b 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. * |