Skip to content

Commit dd12eda

Browse files
committed
DPL: remove duplicate branch.
1 parent b05744a commit dd12eda

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Framework/Core/src/TopologyPolicy.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ bool sporadicDataDeps(DataProcessorSpec const& a, DataProcessorSpec const& b)
8787
if (isAWithSporadicInput && isBWithSporadicInput) {
8888
return false;
8989
}
90-
// If a has sporadic inputs
91-
if (isAWithSporadicInput && isBWithSporadicInput) {
92-
return false;
93-
}
9490

9591
// We have a with sporadic inputs. We sort it later, unless there was already some actual
9692
// dependency between A and B.

0 commit comments

Comments
 (0)