X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea31ec0e5a9d8c016194492e5c943188281950ea..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); -} - } }