Skip to content

Commit 2a6c6f5

Browse files
author
shiwenyan
committed
Remove useless functions.
1 parent 3eec036 commit 2a6c6f5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2723,14 +2723,6 @@ public void setEnforceStrongPassword(boolean enforceStrongPassword) {
27232723
this.enforceStrongPassword = enforceStrongPassword;
27242724
}
27252725

2726-
public boolean isMayBypassPasswordCheckInException() {
2727-
return mayBypassPasswordCheckInException;
2728-
}
2729-
2730-
public void setMayBypassPasswordCheckInException(boolean mayBypassPasswordCheckInException) {
2731-
this.mayBypassPasswordCheckInException = mayBypassPasswordCheckInException;
2732-
}
2733-
27342726
public boolean isEnableAuditLog() {
27352727
return enableAuditLog;
27362728
}

0 commit comments

Comments
 (0)