X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f0a819a9571424fb4b8bda0e8b05715813c18bc5..872cf95ab5a2b08aa1f2c6ebba29b9f86b0ba54e:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index 95d9acebaf..2cdc8f4210 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -182,14 +182,6 @@ XBT_PUBLIC void surf_host_model_init_current_default(); */ XBT_PUBLIC void surf_host_model_init_ptask_L07(); -/** @ingroup SURF_models - * @brief Initializes the platform with the model BMF - * - * With this model, only parallel tasks can be used. - * Resource sharing is done by calculating a BMF (bottleneck max fairness) allocation - */ -XBT_PUBLIC void surf_host_model_init_ptask_BMF(); - XBT_PUBLIC void surf_disk_model_init_default(); /* --------------------