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

Change-Id: I703d3123b2c345d0a4a5accbb5fd28cb2e1098a2
Reviewed-on: https://code.wireshark.org/review/13072
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-01-06 08:00:50 +01:00 committed by Anders Broman
parent 4762828133
commit 0e7b7dc883
1 changed files with 0 additions and 3 deletions

View File

@ -379,9 +379,6 @@ dissect_gfp_payload(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_t
default:
break;
}
offset += payload_len;
offset += fcs_len;
}
static int