Further work on statistics display
[jabaws.git] / webservices / compbio / stat / collector / StatProcessor.java
index 2e6d0eb..fdd832e 100644 (file)
@@ -136,7 +136,6 @@ public class StatProcessor {
        public List<JobStat> getIncompleteJobs() {\r
                List<JobStat> aJobs = new ArrayList<JobStat>();\r
                for (JobStat js : stats) {\r
-                       int jobtime = js.getRuntime();\r
                        if (!js.hasResult()) {\r
                                aJobs.add(js);\r
                        }\r