--- jsr166/src/test/tck/AbstractQueuedSynchronizerTest.java 2014/12/31 20:34:16 1.48 +++ jsr166/src/test/tck/AbstractQueuedSynchronizerTest.java 2015/02/22 04:34:44 1.49 @@ -1200,7 +1200,6 @@ public class AbstractQueuedSynchronizerT public void testTryAcquireSharedNanos_Timeout() { final BooleanLatch l = new BooleanLatch(); final BooleanLatch observedQueued = new BooleanLatch(); - final long timeoutMillis = timeoutMillis(); Thread t = newStartedThread(new CheckedRunnable() { public void realRun() throws InterruptedException { assertFalse(l.isSignalled());