aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorHelen Ginn <helen@strubi.ox.ac.uk>2018-04-29 18:55:36 +0200
committerThomas White <taw@physics.org>2018-05-02 09:46:15 +0200
commit5a212a4218af591778b1e52841d09a69bab30e1d (patch)
tree71ec39a1b9e04526a58b96ab4a223c68adb94c28 /libcrystfel
parent563ca20a4c35fde586db7abd0dc72f6b074c3972 (diff)
Remove unnecessary checks which have been superseded by in_network
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/taketwo.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c
index 9b58ef58..d5355170 100644
--- a/libcrystfel/src/taketwo.c
+++ b/libcrystfel/src/taketwo.c
@@ -1023,17 +1023,6 @@ static signed int find_next_index(gsl_matrix *rot, int *obs_members,
if ( !shared ) continue;
- int skip = 0;
- for ( j=0; j<member_num && skip == 0; j++ ) {
- if (i == obs_members[j]) {
- skip = 1;
- }
- }
-
- if (skip) {
- continue;
- }
-
int all_ok = 1;
int matched = -1;