Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Deprecate the is_off() methods.
[simgrid.git] / src / s4u / s4u_Link.cpp
index b3470e5..d09897b 100644 (file)
@@ -82,10 +82,6 @@ bool Link::is_on() const
 {
   return this->pimpl_->is_on();
 }
-bool Link::is_off() const
-{
-  return this->pimpl_->is_off();
-}
 
 void* Link::get_data()
 {