Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill an unused function
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 25 Mar 2018 15:59:38 +0000 (17:59 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 25 Mar 2018 15:59:41 +0000 (17:59 +0200)
commit5a9daf6dc6023e088fc54646fbe95de0bf872f2d
treef3270bbf600295a44b62ae50faca9888fc901c6e
parent7444a715278a4bad33c0200162286c50f03bcaef
kill an unused function

The prototype was s::k::actor::set_maestro while its declaration was
simgrid::simix::set_maestro (since one commit), proving that it's not
used.

The used function is SIMIX_set_maestro(), which should be converted
to C++ for sure, but I'm not sure yet of how to do it properly.
src/simix/ActorImpl.hpp
src/simix/smx_global.cpp