X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8991a6e89e6ea209eb685e9b10152897058bde86..09a63025cb84856ac04d8452e30634759a05f4d9:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index 84593b513e..4381fa70d3 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -439,13 +439,6 @@ public: */ virtual void setState(e_surf_action_state_t state); - /** - * @brief Get the bound of the current Action - * - * @return The bound of the current Action - */ - double getBound() {return m_bound;} - /** * @brief Get the start time of the current action * @@ -679,7 +672,6 @@ private: ActionLmmListPtr p_modifiedSet; xbt_heap_t p_actionHeap; int m_selectiveUpdate; - double m_bound; /**< the capping of the CPU use */ bool m_failed; double m_start; /**< start time */ char *p_category; /**< tracing category for categorized resource utilization monitoring */