--- jsr166/src/test/tck/SemaphoreTest.java 2019/08/12 06:21:11 1.44 +++ jsr166/src/test/tck/SemaphoreTest.java 2019/08/13 00:46:27 1.45 @@ -11,7 +11,6 @@ import static java.util.concurrent.TimeU import java.util.Collection; import java.util.concurrent.CountDownLatch; import java.util.concurrent.Semaphore; -import java.util.concurrent.ThreadLocalRandom; import junit.framework.Test; import junit.framework.TestSuite;