Refactory: removed unnecessary local variables and imports.
[phpeclipse.git] / net.sourceforge.phpeclipse.phpunit / src / net / sourceforge / phpeclipse / phpunit / reporthandling / ReportListener.java
index f0fb4a7..a9aa230 100644 (file)
@@ -36,7 +36,7 @@ public class ReportListener extends Thread {
 
                        BufferedReader in = new BufferedReader(reader);
                        String report = null;
-                       int i = 0;
+                       //int i = 0;
                        // keep listening until the
                        while ((report = in.readLine()) != null
                                        && (report != "end_all_tests")) {