From c36a8a09c3c163f795aa0762a68b491b49982513 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 20 Oct 2012 06:44:18 -0700 Subject: Remove unused variable --- libcrystfel/src/mosflm.c | 2 -- 1 file changed, 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 ) { -- cgit v1.2.3