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:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user