SubmitStrategyListener: remove unneeded loop
Introduced in change I66277b505 but the part thereafter was removed in change I9153dca45. Change-Id: I11f75cb23add066abd41a3210a121d19f7530ca6
This commit is contained in:

committed by
David Pursehouse

parent
bfca2bbcd3
commit
ba9cdf1b78
@@ -64,12 +64,6 @@ public class SubmitStrategyListener extends BatchUpdate.Listener {
|
||||
if (failAfterRefUpdates) {
|
||||
throw new ResourceConflictException("Failing after ref updates");
|
||||
}
|
||||
for (SubmitStrategy strategy : strategies) {
|
||||
SubmitStrategy.Arguments args = strategy.args;
|
||||
if (args.mergeTip.getCurrentTip().equals(args.mergeTip.getInitialTip())) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void findUnmergedChanges(List<Change.Id> alreadyMerged)
|
||||
|
Reference in New Issue
Block a user