s3:librpc: remove prototype of dcerpc_binding_handle_set_ref_alloc()
authorStefan Metzmacher <metze@samba.org>
Sat, 15 Jan 2011 07:55:28 +0000 (08:55 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Jan 2011 06:21:10 +0000 (07:21 +0100)
This function doesn't exist anymore.

metze

source3/librpc/rpc/dcerpc.h

index 318364575f90fdf3e23446d0afd00dc1f6010503..ea6aea72a2705d7ffe9f61a55e255846527e309c 100644 (file)
@@ -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);