Nixed unused variable references.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@686 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2008-07-26 22:04:34 +00:00
parent dd285192d9
commit eb935ecfab
5 changed files with 2 additions and 6 deletions
@@ -55,7 +55,7 @@ public class PercentilerTest extends TestCase
// serialize and unserialize
Percentiler t2 = new Percentiler(tiler.toBytes());
// and dump again
tiler.dump(System.out);
t2.dump(System.out);
}
public static Test suite ()