Remove unused shutdown callback

This commit is contained in:
2024-11-23 18:50:59 +02:00
parent e6b29e6d7c
commit 51f82e039b

View File

@@ -58,8 +58,4 @@ public class BrokerConnector {
shutdownLatch.await(); shutdownLatch.await();
} }
} }
public static void shutdown() {
shutdownLatch.countDown();
}
} }