aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcrystfel/src/taketwo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c
index fe913901..cc68ed04 100644
--- a/libcrystfel/src/taketwo.c
+++ b/libcrystfel/src/taketwo.c
@@ -1681,7 +1681,6 @@ static int sort_theory_distances(const void *av, const void *bv)
return a->dist > b->dist;
}
-
static int match_obs_to_cell_vecs(struct TheoryVec *cell_vecs, int cell_vec_count,
struct TakeTwoCell *cell)
{