Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the wrong macro usage of WITHOUT_ANSWER
[simgrid.git] / src / simix / smx_host.c
index d984677..ddbe1b4 100644 (file)
@@ -736,7 +736,6 @@ void SIMIX_host_get_params(smx_host_t ind_vm, ws_params_t params)
 void SIMIX_pre_host_get_params(smx_simcall_t simcall, smx_host_t ind_vm, ws_params_t params)
 {
   SIMIX_host_get_params(ind_vm, params);
-  SIMIX_simcall_answer(simcall);
 }
 
 void SIMIX_host_set_params(smx_host_t ind_vm, ws_params_t params)
@@ -748,5 +747,4 @@ void SIMIX_host_set_params(smx_host_t ind_vm, ws_params_t params)
 void SIMIX_pre_host_set_params(smx_simcall_t simcall, smx_host_t ind_vm, ws_params_t params)
 {
   SIMIX_host_set_params(ind_vm, params);
-  SIMIX_simcall_answer(simcall);
 }