aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-10-20 06:44:18 -0700
committerThomas White <taw@bitwiz.org.uk>2012-10-20 06:44:18 -0700
commitc36a8a09c3c163f795aa0762a68b491b49982513 (patch)
treeeedad8e03bbc23795b6daec30424d193c1c00ae2
parent8c35814d785b322bbc555d1a20568ed310d7e4e4 (diff)
Remove unused variable
-rw-r--r--libcrystfel/src/mosflm.c2
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 )
{