Fix Dead Store (Dead assignement/Dead increment) warning found by Clang

Change-Id: I5c66a456b7986e3fd7672deaf7ce773467873324
Reviewed-on: https://code.wireshark.org/review/2653
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-06-25 21:28:23 +02:00 committed by Jeff Morriss
parent 81963e7f1a
commit b632c23a3b
1 changed files with 0 additions and 1 deletions

View File

@ -839,7 +839,6 @@ unsigned long sober128_read(unsigned char *buf, unsigned long nbytes, sober128_p
{
ulong32 t, tlen;
t = 0;
tlen = nbytes;
/* handle any previously buffered bytes */