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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40909 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
alagoutte 2012-02-06 22:20:29 +00:00
parent f8c2d8370f
commit a71c4940b2
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);