--- jsr166/src/test/tck/JSR166TestCase.java 2018/11/24 21:14:51 1.248 +++ jsr166/src/test/tck/JSR166TestCase.java 2018/11/24 21:41:20 1.249 @@ -1609,14 +1609,6 @@ public class JSR166TestCase extends Test public String call() { throw new NullPointerException(); } } - public class SmallPossiblyInterruptedRunnable extends CheckedRunnable { - protected void realRun() { - try { - delay(SMALL_DELAY_MS); - } catch (InterruptedException ok) {} - } - } - public Runnable possiblyInterruptedRunnable(final long timeoutMillis) { return new CheckedRunnable() { protected void realRun() {