aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iseries.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-02-06 22:20:29 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-02-06 22:20:29 +0000
commit64b511f5e753a83e6c5e2948f71ea4ca50840e6d (patch)
treed595ccafa3e4afa35b33830f6bfc3d30b96a23af /wiretap/iseries.c
parent50fe66d265e6a75e58e5bbf205b41ceeb38635cb (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=40909
Diffstat (limited to 'wiretap/iseries.c')
-rw-r--r--wiretap/iseries.c1
1 files changed, 0 insertions, 1 deletions
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);