Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused method.
[simgrid.git] / src / surf / surf_interface.hpp
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;
 };