Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[no-ci] indicate which methods and signals are static in the doc
[simgrid.git] / examples / cpp / dag-io / s4u-dag-io.cpp
index e86e3a8e524cb9f30b9e02ce3b1cd8d28cf4eff6..0ca2de24c5e07097788d5b472d769874057f983b 100644 (file)
@@ -13,7 +13,6 @@ namespace sg4 = simgrid::s4u;
 int main(int argc, char* argv[])
 {
   sg4::Engine e(&argc, argv);
-  sg_storage_file_system_init();
   e.load_platform(argv[1]);
 
   auto bob  = e.host_by_name("bob");