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

Change-Id: If24054d91a07724e687913c4f92861219bbb7dc6
Reviewed-on: https://code.wireshark.org/review/28212
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Alexis La Goutte 2018-06-12 08:12:12 +02:00 committed by Stig Bjørlykke
parent 2047d68872
commit bfba71c3b0
1 changed files with 0 additions and 1 deletions

View File

@ -1274,7 +1274,6 @@ dissect_http_message(tvbuff_t *tvb, int offset, packet_info *pinfo,
/*
* No. Does it look like a header?
*/
linep = line;
colon_offset = offset;
linep = (const guchar *)memchr(line, ':', linelen);