Fixing compilation error

This commit is contained in:
Joakim Erdfelt 2017-09-06 10:24:47 -07:00
parent db77305550
commit 28d2f30769
1 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicLong; import java.util.concurrent.atomic.AtomicLong;
import org.eclipse.jetty.io.ByteBufferPool;
import org.eclipse.jetty.io.LeakTrackingByteBufferPool; import org.eclipse.jetty.io.LeakTrackingByteBufferPool;
import org.eclipse.jetty.io.MappedByteBufferPool; import org.eclipse.jetty.io.MappedByteBufferPool;
import org.eclipse.jetty.websocket.api.Session; import org.eclipse.jetty.websocket.api.Session;
@ -255,7 +254,6 @@ public class TestClient
wsclient.stop(); wsclient.stop();
} }
bufferPool.assertNoLeaks();
} }
private static void usage(String[] args) private static void usage(String[] args)