diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-10-20 06:44:18 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-10-20 06:44:18 -0700 |
commit | c36a8a09c3c163f795aa0762a68b491b49982513 (patch) | |
tree | eedad8e03bbc23795b6daec30424d193c1c00ae2 /libcrystfel/src/mosflm.c | |
parent | 8c35814d785b322bbc555d1a20568ed310d7e4e4 (diff) |
Remove unused variable
Diffstat (limited to 'libcrystfel/src/mosflm.c')
-rw-r--r-- | libcrystfel/src/mosflm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c index ea63e8fe..38f8478b 100644 --- a/libcrystfel/src/mosflm.c +++ b/libcrystfel/src/mosflm.c @@ -287,13 +287,11 @@ static const char *spacegroup_for_lattice(UnitCell *cell) { LatticeType latt; char centering; - char ua; char *g = NULL; char *result; latt = cell_get_lattice_type(cell); centering = cell_get_centering(cell); - ua = cell_get_unique_axis(cell); switch ( latt ) { |