From: Arnaud Giersch Date: Mon, 27 Nov 2017 08:21:39 +0000 (+0100) Subject: Remove unused private method. X-Git-Tag: v3.18~234^2~6 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a9a4602180e1be21aa598f70d5659a38ec05c4d7 Remove unused private method. --- diff --git a/src/include/surf/maxmin.hpp b/src/include/surf/maxmin.hpp index 7074a9b825..3ce740560e 100644 --- a/src/include/surf/maxmin.hpp +++ b/src/include/surf/maxmin.hpp @@ -523,11 +523,6 @@ private: xbt_swag_remove(var, &variable_set); xbt_swag_remove(var, &saturated_variable_set); } - void remove_constraint(lmm_constraint_t cnst) // FIXME: unused - { - xbt_swag_remove(cnst, &constraint_set); - xbt_swag_remove(cnst, &saturated_constraint_set); - } void make_constraint_active(lmm_constraint_t cnst) { xbt_swag_insert(cnst, &active_constraint_set); } void make_constraint_inactive(lmm_constraint_t cnst) {