X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/90efa0c7c4d4c88517e6c638b4478cc2573954ad..40b9540a553006e50628eb13c451c354a0671d3e:/src/include/surf/maxmin.h diff --git a/src/include/surf/maxmin.h b/src/include/surf/maxmin.h index d4356acad7..240ad93655 100644 --- a/src/include/surf/maxmin.h +++ b/src/include/surf/maxmin.h @@ -72,11 +72,6 @@ void lmm_update_variable_bound(lmm_system_t sys, lmm_variable_t var, double bound); -XBT_PUBLIC(void) lmm_update_variable_latency(lmm_system_t sys, lmm_variable_t var, - double delta); - - - XBT_PUBLIC(void) lmm_update_variable_weight(lmm_system_t sys, lmm_variable_t var, double weight); double lmm_get_variable_weight(lmm_variable_t var);