Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / mc / transition / TransitionActor.hpp
index f86df61fb98c8344af40764c5c9771689796ed0d..34df4417ebe290e71571247cc4b79cea9ad5597e 100644 (file)
@@ -30,8 +30,6 @@ public:
 };
 
 class ActorSleepTransition : public Transition {
-  bool timeout_;
-  aid_t target_;
 
 public:
   ActorSleepTransition(aid_t issuer, int times_considered, std::stringstream& stream);