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

svn path=/trunk/; revision=50354
This commit is contained in:
Alexis La Goutte 2013-07-03 16:43:58 +00:00
parent 327ca65ae2
commit 890da55c94
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ dissect_dlm3_rcom_config(tvbuff_t *tvb, proto_tree *tree,
hf_dlm3_rf_unused, tvb, offset, 8, ENC_LITTLE_ENDIAN);
offset += 8;
/*offset += 8;*/
/* END */
}