make multicore version PERT benchmark work on RAW(without interruption)
[IRC.git] / Robust / src / Analysis / Scheduling / ScheduleSimulator.java
index 6a4ddf5806718efc642a07b02355cdc8e1f8b45e..5e899b29e8e50032da3fdb687c8a65ebfe9b557d 100644 (file)
@@ -238,7 +238,6 @@ public class ScheduleSimulator {
                            action = new Action(coreNum, Action.TFWITHOBJ);
                            action.setTd(cs.getRtask().getTd());
                            Vector<ObjectSimulator> nobjs = task.getCurrentRun().getNewObjs();
-                           //Schedule schedule = this.scheduling.elementAt(coreNum);
                            for(int j = 0; j < nobjs.size(); j++) {
                                ObjectSimulator nobj = nobjs.elementAt(j);
                                action.addNewObj(nobj.getCd(), Integer.valueOf(1));