RPC: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang

Change-Id: Iea6529d8fb43d1cea723c92b3b348029c39c0c8d
Reviewed-on: https://code.wireshark.org/review/9506
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2015-07-05 22:37:26 +02:00 committed by Michael Mann
parent cfe7dc8bab
commit 3658a0434f
1 changed files with 0 additions and 3 deletions

View File

@ -2143,9 +2143,6 @@ dissect_rpc_message(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
/* store it */
wmem_tree_insert32(rpc_conv_info->xids, xid, (void *)rpc_call);
/* and fake up a matching program */
rpc_prog_key = rpc_call->prog;
}
/* pass rpc_info to subdissectors */