Skip to content

Commit 14727af

Browse files
committed
remove not used flag
1 parent e59ab20 commit 14727af

File tree

1 file changed

+0
-1
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator

1 file changed

+0
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/Operator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public class Operator implements LifecycleAware {
3232
private final LeaderElectionManager leaderElectionManager =
3333
new LeaderElectionManager(controllerManager);
3434
private volatile boolean started = false;
35-
private volatile boolean clientClosed = false;
3635

3736
public Operator() {
3837
this((KubernetesClient) null);

0 commit comments

Comments
 (0)