Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused method.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 12 Nov 2017 20:52:31 +0000 (21:52 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 12 Nov 2017 22:03:59 +0000 (23:03 +0100)
src/surf/cpu_ti.cpp
src/surf/surf_interface.hpp

index c1535d5..a4c47a5 100644 (file)
@@ -525,7 +525,6 @@ void CpuTi::updateActionsFinishTime(double now)
         min_finish = action->getStartTime() + action->getMaxDuration();
     }
     /* add in action heap */
-    XBT_DEBUG("action(%p) index %d", action, action->getIndexHeap());
     if (min_finish > NO_MAX_DURATION)
       action->heapUpdate(model()->getActionHeap(), min_finish, NOTSET);
     else
index 719a3c4..14c92a0 100644 (file)
@@ -249,7 +249,6 @@ public:
   void setLastValue(double val) { lastValue_ = val; }
   enum heap_action_type getHat() { return hat_; }
   bool is_linked() {return action_lmm_hook.is_linked();}
-  int getIndexHeap() { return indexHeap_; }
 protected:
   int suspended_ = 0;
 };