X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/386393c4094b45cce01179befdd3d519b320db04..40596ee56b58bbf297c5251b39cef61348da677f:/include/simgrid/s4u/Link.hpp diff --git a/include/simgrid/s4u/Link.hpp b/include/simgrid/s4u/Link.hpp index 8e144d917f..5d89a0b3c5 100644 --- a/include/simgrid/s4u/Link.hpp +++ b/include/simgrid/s4u/Link.hpp @@ -147,9 +147,6 @@ public: /** @brief Callback signal fired when the bandwidth of a Link changes */ static xbt::signal on_bandwidth_change; - /** @brief Callback signal fired when a communication starts */ - static xbt::signal on_communicate; - /** @brief Callback signal fired when a communication changes it state (ready/done/cancel) */ static xbt::signal on_communication_state_change;