Skip to content

Commit

Permalink
Refactor : remove container id variable (#31391)
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia authored May 25, 2024
1 parent 9a7def5 commit 59b06d4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ public final class ContainerUtils {

private static final AtomicInteger ATOMIC_MYSQL_SERVER_ID = new AtomicInteger(1);

private static final AtomicInteger ATOMIC_STORAGE_CONTAINER_ID = new AtomicInteger(1);

/**
* Generate a unique MySQL server id.
*
Expand Down

0 comments on commit 59b06d4

Please sign in to comment.