Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a now useless field
[simgrid.git] / src / kernel / activity / ExecImpl.hpp
index 583783a..37c0f0d 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();