diff options
author | Thomas White <taw@physics.org> | 2021-07-23 12:52:41 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-07-23 12:52:51 +0200 |
commit | fb37058a6057c084d94c66cbcd2b88d7dde1cb5e (patch) | |
tree | 65844fd724395c05c6a977253a2df49db925fd62 /libcrystfel/src | |
parent | f2fbc4ea79a69cfbbfc5ade73974def3efdb029b (diff) |
read_crystal: Remove unused varibales
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/stream.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 3dc8abcd..da1e608c 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -889,9 +889,6 @@ static void read_crystal(Stream *st, struct image *image, crystal_set_cell(cr, cell); - have_as = 0; have_bs = 0; have_cs = 0; - have_latt = 0; have_ua = 0; have_cen = 0; - } /* Unused at the moment */ |