Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simcall_get_comm() deleted
[simgrid.git] / src / mc / api.cpp
index 65c3d47d663e12a96d175989cf429e74f5841da0..318ffe7a981d9eef5cc5ab473a67c3e443668011 100644 (file)
@@ -499,11 +499,6 @@ smx_mailbox_t Api::simcall_get_mbox(smx_simcall_t const req) const
   return get_mbox(req);
 }
 
-simgrid::kernel::activity::CommImpl* Api::simcall_get_comm(smx_simcall_t const req) const
-{
-  return get_comm(req);
-}
-
 bool Api::mc_is_null() const
 {
   auto is_null = (mc_model_checker == nullptr) ? true : false;