diff options
Diffstat (limited to 'libcrystfel/src/stream.c')
-rw-r--r-- | libcrystfel/src/stream.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index ce0ee33e..6627e7ea 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -335,7 +335,6 @@ int read_chunk(FILE *fh, struct image *image) int have_bs = 0; int have_cs = 0; int have_filename = 0; - int have_cell = 0; int have_ev = 0; if ( find_start_of_chunk(fh) ) return 1; @@ -410,7 +409,6 @@ int read_chunk(FILE *fh, struct image *image) image->indexed_cell = cell_new_from_reciprocal_axes(as, bs, cs); - have_cell = 1; have_as = 0; have_bs = 0; have_cs = 0; } |