Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove deprecated features for next release (3.30).
[simgrid.git] / docs / find-missing.ignore
index 49e55af..d65176c 100644 (file)
@@ -6,11 +6,8 @@ It is only used by find-missing, that will not report any definition linked here
 .. doxygenTODOfunction:: simgrid::s4u::Host::route_to(const Host *dest, std::vector< Link * > &links, double *latency)
 .. doxygenTODOfunction:: simgrid::s4u::Host::route_to(const Host *dest, std::vector< kernel::resource::LinkImpl * > &links, double *latency)
 
-# The fact that actors can return an int is a legacy behavior for MSG
 .. doxygenTODOfunction:: simgrid::s4u::Engine::register_default(const kernel::actor::ActorCodeFactory &factory)
-.. doxygenTODOfunction:: simgrid::s4u::Engine::register_default(int(*code)(int, char **))
 .. doxygenTODOfunction:: simgrid::s4u::Engine::register_function(const std::string &name, const kernel::actor::ActorCodeFactory &factory)
-.. doxygenTODOfunction:: simgrid::s4u::Engine::register_function(const std::string &name, int(*code)(int, char **))
 
 # These should not be public
 .. doxygenfunction:: simgrid::s4u::Link::get_impl()