Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / kernel / activity / SleepImpl.cpp
index fa13818..e5477aa 100644 (file)
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix_process);
 
-void simgrid::kernel::activity::SleepImpl::suspend()
-{
-  surf_action_->suspend();
-}
-
-void simgrid::kernel::activity::SleepImpl::resume()
-{
-  surf_action_->resume();
-}
-
 void simgrid::kernel::activity::SleepImpl::post()
 {
   while (not simcalls_.empty()) {