aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-02 23:22:37 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:12 +0100
commit2d115d0b42969bfec1d921ac2895efb3d87bc6ae (patch)
tree00ca8a59314fd062778c6c627fc743655601ae9a /src
parent07db6fab9c2e4fac724db653cc4882042319905a (diff)
Remove unused variable
Diffstat (limited to 'src')
-rw-r--r--src/stream.c2
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;