Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move another function of mc::api, to Transition
[simgrid.git] / src / mc / transition / TransitionRandom.cpp
index fb87d0d..79f9932 100644 (file)
@@ -24,10 +24,5 @@ RandomTransition::RandomTransition(aid_t issuer, int times_considered, std::stri
   xbt_assert(stream >> min_ >> max_);
 }
 
-std::string RandomTransition::dot_label() const
-{
-  return Transition::dot_label() + to_c_str(type_);
-}
-
 } // namespace mc
 } // namespace simgrid