X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d7a222297c1d39c43cdb2f09ea1d5ddd03c7aa0..6d8b8ade25d24e33e57eb02b443f567a0733c664:/src/surf/host_interface.cpp diff --git a/src/surf/host_interface.cpp b/src/surf/host_interface.cpp index 2c403954f6..a9f48dded7 100644 --- a/src/surf/host_interface.cpp +++ b/src/surf/host_interface.cpp @@ -391,16 +391,5 @@ void Host::setParams(vm_params_t params) p_params = *params; } -/********** - * Action * - **********/ -simgrid::surf::signal HostAction::onStateChange; - -void HostAction::setState(e_surf_action_state_t state){ - e_surf_action_state_t old = getState(); - Action::setState(state); - onStateChange(this, old, state); -} - } }