Skip to content

Commit e4ca469

Browse files
committed
remove unneeded and uncovered out
1 parent a96a494 commit e4ca469

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

c/tskit/trees.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10810,9 +10810,6 @@ tsk_treeseq_genetic_relatedness_vector(const tsk_treeseq_t *self, tsk_size_t num
1081010810
tsk_matvec_calculator_print_state(&calc, tsk_get_debug_stream());
1081110811
}
1081210812
ret = tsk_matvec_calculator_run(&calc);
10813-
if (ret != 0) {
10814-
goto out;
10815-
}
1081610813
out:
1081710814
tsk_matvec_calculator_free(&calc);
1081810815
return ret;

0 commit comments

Comments
 (0)