librpc/rpc/binding_handle.c unused vars
authorStefan Metzmacher <metze@samba.org>
Sat, 21 Sep 2013 10:31:32 +0000 (12:31 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 11:14:55 +0000 (13:14 +0200)
librpc/rpc/binding_handle.c

index 6e8373b6f13258ec54f3eb880a90b4b6b1d0fa56..9f467a92511016807897114f511f19247b1d0f8b 100644 (file)
@@ -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);