From a71c4940b2233918f57881fc2fc8595790ca7f86 Mon Sep 17 00:00:00 2001 From: alagoutte Date: Mon, 6 Feb 2012 22:20:29 +0000 Subject: [PATCH] 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 --- wiretap/iseries.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wiretap/iseries.c b/wiretap/iseries.c index c9a05f8fa3..d77ee728e9 100644 --- a/wiretap/iseries.c +++ b/wiretap/iseries.c @@ -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);