Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
There is no need to export these functions. Mark them static.
[simgrid.git] / src / include / surf / maxmin.h
index 0db88a3..acd57fb 100644 (file)
@@ -33,7 +33,6 @@ static XBT_INLINE int double_equals(double value1, double value2)
 
 XBT_PUBLIC(lmm_system_t) lmm_system_new(int selective_update);
 XBT_PUBLIC(void) lmm_system_free(lmm_system_t sys);
-void lmm_variable_disable(lmm_system_t sys, lmm_variable_t var);
 
 XBT_PUBLIC(lmm_constraint_t) lmm_constraint_new(lmm_system_t sys, void *id,
                                                 double bound_value);