Skip to content

Commit

Permalink
[hotfix][tests] Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Feb 27, 2018
1 parent cf7d602 commit a13f7b2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import org.apache.flink.examples.java.graph.ConnectedComponents;
import org.apache.flink.examples.java.graph.util.ConnectedComponentsData;
import org.apache.flink.runtime.client.JobExecutionException;
import org.apache.flink.runtime.minicluster.LocalFlinkMiniCluster;
import org.apache.flink.test.util.MiniClusterResource;
import org.apache.flink.util.TestLogger;

Expand Down Expand Up @@ -67,8 +66,6 @@ private static Configuration getConfiguration() {

@Test
public void testSuccessfulProgramAfterFailure() {
LocalFlinkMiniCluster cluster = null;

try {
ExecutionEnvironment env = ExecutionEnvironment.getExecutionEnvironment();

Expand Down

0 comments on commit a13f7b2

Please sign in to comment.