Skip to content

Commit

Permalink
[FLINK-15601] Remove unused constant field NUM_STOP_CALL_TRIES in Exe…
Browse files Browse the repository at this point in the history
…cution (apache#10906)
  • Loading branch information
yanghua authored and pnowojski committed Jan 21, 2020
1 parent 9af5056 commit c4c2169
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ public class Execution implements AccessExecution, Archiveable<ArchivedExecution

private static final int NUM_CANCEL_CALL_TRIES = 3;

private static final int NUM_STOP_CALL_TRIES = 3;

// --------------------------------------------------------------------------------------------

/** The executor which is used to execute futures. */
Expand Down

0 comments on commit c4c2169

Please sign in to comment.