X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/76568f4ce5dd11ef78cac8c6d5085ca1b1e9be1f..dae127513a4c52efc8494d26ba2c56c802ba147e:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index 719a3c4b86..14c92a03d8 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -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; };