Refactory: removed unnecessary local variables and imports.
[phpeclipse.git] / net.sourceforge.phpeclipse.phpunit / src / net / sourceforge / phpeclipse / phpunit / testpool / TestPool.java
index ddd0422..eda03a0 100644 (file)
@@ -95,7 +95,7 @@ public class TestPool {
 
                String string = "";
 
-               TestSuite node = root;
+               //TestSuite node = root;
 
                string = root.toString();