Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang

svn path=/trunk/; revision=48982
This commit is contained in:
Alexis La Goutte 2013-04-22 21:24:57 +00:00
parent 7783ca3d2c
commit 3797ae72c5
1 changed files with 0 additions and 1 deletions

View File

@ -333,7 +333,6 @@ dissect_clnp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
"PDU length < header length %u", cnf_hdr_len);
return;
}
total_length = segment_length;
cnf_cksum = tvb_get_ntohs(tvb, P_CLNP_CKSUM);
cksum_status = calc_checksum(tvb, 0, cnf_hdr_len, cnf_cksum);
if (tree) {