This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 9091adea631 Refactor : remove ueless code (#31386)
9091adea631 is described below
commit 9091adea631ea1df2f0358d37162c56423895aa0
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Sat May 25 18:15:08 2024 +0800
Refactor : remove ueless code (#31386)
---
.../test/e2e/env/container/atomic/util/ContainerUtils.java | 9 ---------
1 file changed, 9 deletions(-)
diff --git
a/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/util/ContainerUtils.java
b/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/util/ContainerUtils.java
index da41bcc682e..6f16d909439 100644
---
a/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/util/ContainerUtils.java
+++
b/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/util/ContainerUtils.java
@@ -40,13 +40,4 @@ public final class ContainerUtils {
public static int generateMySQLServerId() {
return ATOMIC_MYSQL_SERVER_ID.getAndIncrement();
}
-
- /**
- * Generate a unique storage container id.
- *
- * @return unique storage container id
- */
- public static int generateStorageContainerId() {
- return ATOMIC_STORAGE_CONTAINER_ID.getAndIncrement();
- }
}