From 71cc99c6efad48559e1422ca76a51e246ad5632b Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 13 Feb 2011 21:45:04 +0000 Subject: [PATCH] Fix warning. --- tests/src/pokerth_test/GameListTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/src/pokerth_test/GameListTest.java b/tests/src/pokerth_test/GameListTest.java index c8b8eb91..779dabbe 100644 --- a/tests/src/pokerth_test/GameListTest.java +++ b/tests/src/pokerth_test/GameListTest.java @@ -2,7 +2,6 @@ package pokerth_test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; -import static org.junit.Assert.fail; import java.net.Socket; import java.util.ArrayList;