diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-02-02 23:22:37 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:12 +0100 |
commit | 2d115d0b42969bfec1d921ac2895efb3d87bc6ae (patch) | |
tree | 00ca8a59314fd062778c6c627fc743655601ae9a /src/stream.c | |
parent | 07db6fab9c2e4fac724db653cc4882042319905a (diff) |
Remove unused variable
Diffstat (limited to 'src/stream.c')
-rw-r--r-- | src/stream.c | 2 |
1 files changed, 0 insertions, 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; |