From b7d6d3b840df959fe6a0df6810c8601872d57649 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 15 Jan 2011 08:55:28 +0100 Subject: [PATCH] s3:librpc: remove prototype of dcerpc_binding_handle_set_ref_alloc() This function doesn't exist anymore. metze --- source3/librpc/rpc/dcerpc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h index 318364575f90..ea6aea72a270 100644 --- a/source3/librpc/rpc/dcerpc.h +++ b/source3/librpc/rpc/dcerpc.h @@ -259,9 +259,6 @@ void *_dcerpc_binding_handle_data(struct dcerpc_binding_handle *h); #define dcerpc_binding_handle_data(_h, _type) \ talloc_get_type_abort(_dcerpc_binding_handle_data(_h), _type) -_DEPRECATED_ void dcerpc_binding_handle_set_ref_alloc(struct dcerpc_binding_handle *h, - bool ref_alloc); - _DEPRECATED_ void dcerpc_binding_handle_set_sync_ev(struct dcerpc_binding_handle *h, struct tevent_context *ev); -- 2.34.1