Local variable never read.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@581 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Matt Jensen
2008-07-29 18:23:27 +00:00
parent 719f63577b
commit ea05382aa9
@@ -60,7 +60,8 @@ public class BundledComponentRepositoryTest extends TestCase
Iterator iter = repo.enumerateComponentClasses();
while (iter.hasNext()) {
ComponentClass cclass = (ComponentClass)iter.next();
// ComponentClass cclass = (ComponentClass)
iter.next();
// System.out.println("IDs [" + cclass + "]: " +
// StringUtil.toString(
// repo.enumerateComponentIds(cclass)));