Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the SURF model initialization from routing_parse to sg_platf
[simgrid.git] / src / include / surf / surfxml_parse_private.h
index be4eece..0ddc037 100644 (file)
 #include "surf/surfxml_parse.h"
 #include "surf/trace_mgr.h"
 
-/** \brief Pick the right models for CPU, net and workstation, and call their model_init_preparse
- *
- * Must be called within parsing/creating the environment (after the <config>s, if any, and before <AS> or friends such as <cluster>)
- */
-void surf_config_models_setup(void);
+/* FIXME: kill that file */
 
 #endif