From: Stefan Metzmacher Date: Sat, 21 Sep 2013 10:31:32 +0000 (+0200) Subject: librpc/rpc/binding_handle.c unused vars X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=80737525e33af34afdbdde6a78ec172ed8565ca8 librpc/rpc/binding_handle.c unused vars --- diff --git a/librpc/rpc/binding_handle.c b/librpc/rpc/binding_handle.c index 6e8373b6f132..9f467a925110 100644 --- a/librpc/rpc/binding_handle.c +++ b/librpc/rpc/binding_handle.c @@ -1046,9 +1046,6 @@ static void dcerpc_binding_handle_call_params_push_done(struct tevent_req *subre struct dcerpc_binding_handle_call_params_push_state *state = tevent_req_data(req, struct dcerpc_binding_handle_call_params_push_state); - struct dcerpc_binding_handle_call_params_pipe *pp = - dcerpc_pipe_handle_data(state->p, - struct dcerpc_binding_handle_call_params_pipe); NTSTATUS status; status = dcerpc_binding_handle_raw_call_in_recv(subreq);