From 2d115d0b42969bfec1d921ac2895efb3d87bc6ae Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 2 Feb 2011 23:22:37 +0100 Subject: Remove unused variable --- src/stream.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stream.c b/src/stream.c index a3fb24c2..950069fb 100644 --- a/src/stream.c +++ b/src/stream.c @@ -154,8 +154,6 @@ int find_chunk(FILE *fh, UnitCell **cell, char **filename) do { - int i; - rval = fgets(line, 1023, fh); if ( rval == NULL ) continue; -- cgit v1.2.3