Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to make Engine::on_config_in_platform_done() useless my better placing Engine...
[simgrid.git] / src / surf / xml / surfxml_sax_cb.cpp
index 43c3b3b..be0c93d 100644 (file)
@@ -6,7 +6,6 @@
 #include "simgrid/kernel/routing/NetPoint.hpp"
 #include "simgrid/s4u/Engine.hpp"
 #include "simgrid/sg_config.hpp"
-#include "src/instr/instr_private.hpp"
 #include "src/surf/network_interface.hpp"
 #include "src/surf/surf_interface.hpp"
 #include "src/surf/xml/platf_private.hpp"
@@ -391,8 +390,6 @@ void STag_surfxml_platform() {
                              "The most recent formalism that this version of SimGrid understands is v4.1.\n"
                              "Please update your code, or use another, more adapted, file.",
              surf_parsed_filename, version);
-
-  simgrid::s4u::on_platform_creation();
 }
 void ETag_surfxml_platform(){
   simgrid::s4u::on_platform_created();
@@ -869,8 +866,6 @@ void ETag_surfxml_config()
       XBT_INFO("The custom configuration '%s' is already defined by user!", elm.first.c_str());
   }
   XBT_DEBUG("End configuration name = %s",A_surfxml_config_id);
-  if (TRACE_is_enabled())
-    TRACE_start();
 
   delete current_property_set;
   current_property_set = nullptr;