Skip to content

Commit

Permalink
removed unnecessary line in KBestHaplotypeFinder that could cause inf…
Browse files Browse the repository at this point in the history
…inite recursion (#5786)
  • Loading branch information
davidbenjamin authored Mar 12, 2019
1 parent 46d42c4 commit 913f24d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ private static boolean findGuiltyVerticesAndEdgesToRemoveCycles(final SeqGraph g
reachesSink = reachesSink || childReachSink;
}
}
parentVertices.remove(currentVertex);
if (!reachesSink) {
verticesToRemove.add(currentVertex);
}
Expand Down

0 comments on commit 913f24d

Please sign in to comment.