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

svn path=/trunk/; revision=40909
This commit is contained in:
Alexis La Goutte 2012-02-06 22:20:29 +00:00
parent 50fe66d265
commit 64b511f5e7
1 changed files with 0 additions and 1 deletions

View File

@ -573,7 +573,6 @@ iseries_parse_packet (wtap * wth, FILE_T fh,
isValid = FALSE;
for (line = 1; line < ISERIES_PKT_LINES_TO_CHECK; line++)
{
cur_off = file_tell (fh);
if (file_gets (data, ISERIES_LINE_LENGTH, fh) == NULL)
{
*err = file_error (fh, err_info);