Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add dag scheduling lab
[simgrid.git] / src / kernel / activity / ExecImpl.hpp
index 583783a0d0f9eb7f1f43c444e36b46a74e7cc372..37c0f0d7c417ab30345da80e6a41827cd2906769 100644 (file)
@@ -19,7 +19,6 @@ class XBT_PUBLIC ExecImpl : public ActivityImpl_T<ExecImpl> {
   std::vector<double> flops_amounts_;
   std::vector<double> bytes_amounts_;
   int thread_count_ = 1;
-  int cb_id_ = -1; // callback id from Host::on_state_change.connect()
 
 public:
   ExecImpl();