X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0650a391bb8055d42aef8bf3eb33a3a58c07643d..c7c5def2870e604025be03b866967c0c5e293afe:/include/simgrid/s4u/Actor.hpp diff --git a/include/simgrid/s4u/Actor.hpp b/include/simgrid/s4u/Actor.hpp index 147f538aa3..670f5022c9 100644 --- a/include/simgrid/s4u/Actor.hpp +++ b/include/simgrid/s4u/Actor.hpp @@ -165,8 +165,6 @@ public: /** Signal to others that a new actor has been created **/ static simgrid::xbt::signal onCreation; - /** Signal indicating that the given actor is about to disappear */ - static simgrid::xbt::signal onDestruction; /** Create an actor using a function *