X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/52d1e3f298a6f666d080441151f4718552c0fc15..8fbc6ef2297d67e64590b2ad7073ea8e131d5f4f:/src/include/surf/surf.hpp diff --git a/src/include/surf/surf.hpp b/src/include/surf/surf.hpp index 06fab3fd9c..3d6a2bb83c 100644 --- a/src/include/surf/surf.hpp +++ b/src/include/surf/surf.hpp @@ -135,14 +135,6 @@ XBT_PUBLIC_DATA s_surf_model_description_t surf_plugin_description[]; */ XBT_PUBLIC_DATA s_surf_model_description_t surf_cpu_model_description[]; -/** \ingroup SURF_models - * \brief The network model - * - * When creating a new API on top on SURF, you shouldn't use the network model unless you know what you are doing. - * Only the host model should be accessed because depending on the platform model, the network model can be NULL. - */ -XBT_PUBLIC_DATA surf_network_model_t surf_network_model; - /** \ingroup SURF_models * \brief Same as network model 'LagrangeVelho', only with different correction factors. *