Skip to content

Commit

Permalink
[FLINK-2529] [runtime] Remove some unused code in Execution
Browse files Browse the repository at this point in the history
This closes apache#1022
  • Loading branch information
HuangWHWHW authored and StephanEwen committed Aug 18, 2015
1 parent 240e889 commit 8a59f87
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,6 @@ else if (numConsumers == 0) {
@Override
public Boolean call() throws Exception {
try {
final ExecutionGraph consumerGraph = consumerVertex.getExecutionGraph();

consumerVertex.scheduleForExecution(
consumerVertex.getExecutionGraph().getScheduler(),
consumerVertex.getExecutionGraph().isQueuedSchedulingAllowed());
Expand Down

0 comments on commit 8a59f87

Please sign in to comment.