aboutsummaryrefslogtreecommitdiff
path: root/src/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.c')
-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;