From 816bee1fa0d833ac72ea4e7d52465e6e1da2645d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 10 Aug 2011 14:11:30 +0200 Subject: Fixed set but unused variable bugs --- common/t-timestuff.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/t-timestuff.c') diff --git a/common/t-timestuff.c b/common/t-timestuff.c index c9c8fe5b8..8e5fa65ee 100644 --- a/common/t-timestuff.c +++ b/common/t-timestuff.c @@ -81,10 +81,9 @@ test_timegm (void) }; int tidx; - time_t now, atime, counter; + time_t now, atime; struct tm tbuf, tbuf2, *tp; - counter = 0; for (tidx=0; tidx < DIM (tvalues); tidx++) { if (tvalues[tidx].year == -1) -- cgit