X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/93ba9586352a457e9795a66ccd6f45f8525cb03f..8d0b1f2f1840a16bb9551f1cfd74f2488599f95b:/src/kernel/activity/ExecImpl.hpp diff --git a/src/kernel/activity/ExecImpl.hpp b/src/kernel/activity/ExecImpl.hpp index 286bf33cc1..37c0f0d7c4 100644 --- a/src/kernel/activity/ExecImpl.hpp +++ b/src/kernel/activity/ExecImpl.hpp @@ -19,7 +19,6 @@ class XBT_PUBLIC ExecImpl : public ActivityImpl_T { std::vector flops_amounts_; std::vector bytes_amounts_; int thread_count_ = 1; - int cb_id_ = -1; // callback id from Host::on_state_change.connect() public: ExecImpl(); @@ -28,8 +27,6 @@ public: ExecImpl& set_sharing_penalty(double sharing_penalty); ExecImpl& update_sharing_penalty(double sharing_penalty); - void set_cb_id(unsigned int cb_id) { cb_id_ = cb_id; } - ExecImpl& set_flops_amount(double flop_amount); ExecImpl& set_host(s4u::Host* host);