remove unused interface

This commit is contained in:
Eric House 2018-12-26 17:45:42 -08:00
parent 0e2af6a836
commit 62cd90c183

View file

@ -32,9 +32,6 @@ import java.util.Stack;
public class GameLock implements AutoCloseable {
private static final String TAG = GameLock.class.getSimpleName();
public interface GotLock {
void onGotLock( GameLock lock );
}
private static final boolean DEBUG_LOCKS = false;
// private static final long ASSERT_TIME = 2000;
private static final long THROW_TIME = 1000;