From 1d3b1bcebf355f1f0fc09e9d2a0dad8fe179ff3d Mon Sep 17 00:00:00 2001 From: Yaroslav Gevorkov Date: Tue, 7 May 2019 19:27:26 +0200 Subject: Remove unused code --- libcrystfel/src/xgandalf.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libcrystfel/src') diff --git a/libcrystfel/src/xgandalf.c b/libcrystfel/src/xgandalf.c index 98ef44d0..6a8ba4d5 100644 --- a/libcrystfel/src/xgandalf.c +++ b/libcrystfel/src/xgandalf.c @@ -161,11 +161,8 @@ void *xgandalf_prepare(IndexingMethod *indm, UnitCell *cell, UnitCell* primitiveCell = uncenter_cell(cell, &xgandalf_private_data->centeringTransformation, NULL); - UnitCell *uc = cell_new_from_cell(primitiveCell); reduceCell(primitiveCell, &xgandalf_private_data->latticeReductionTransform); - cell_free(uc); - double asx, asy, asz, bsx, bsy, bsz, csx, csy, csz; int ret = cell_get_reciprocal(primitiveCell, &asx, &asy, &asz, &bsx, &bsy, &bsz, -- cgit v1.2.3