X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3f4f5e63dadc0023c0a02a08af8e9e9801b38e8e..fe1ed43699e1784d267f47d8c532e00cb344198d:/src/kernel/actor/SynchroObserver.hpp diff --git a/src/kernel/actor/SynchroObserver.hpp b/src/kernel/actor/SynchroObserver.hpp index b2bfd31fe8..ffcfcabcf0 100644 --- a/src/kernel/actor/SynchroObserver.hpp +++ b/src/kernel/actor/SynchroObserver.hpp @@ -82,7 +82,7 @@ public: }; class ConditionVariableObserver final : public ResultingSimcall { - mc::Transition::Type type_; + //mc::Transition::Type type_; Will be used when we implement CV on the MC side activity::ConditionVariableImpl* const cond_; activity::MutexImpl* const mutex_; const double timeout_;