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

svn path=/trunk/; revision=50356
This commit is contained in:
Alexis La Goutte 2013-07-03 16:44:17 +00:00
parent dc00c8fc94
commit bfd7c94851
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ dissect_v3_report(tvbuff_t *tvb, proto_tree *parent_tree, int offset)
int old_offset_b = offset;
m0 = 0xff;
s0 = 0;
s1 = 0;
s2 = 0;
s3 = 0;