]> AND Public Git Repository - simgrid.git/blobdiff - src/msg/msg_environment.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[java] Switch Java bindings to .cpp
[simgrid.git] / src / msg / msg_environment.c
index fef36043419301b5d7489eae59426f222347cec7..4fa76e91896df8579bdeb440c21e8394d91599bc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2014. The SimGrid Team.
+/* Copyright (c) 2004-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -42,12 +42,6 @@ void MSG_post_create_environment(void) {
   void **data;
   char *name;
 
-  /* Initialize MSG hosts */
-  xbt_lib_foreach(host_lib, cursor, name, data) {
-    if(data[SIMIX_HOST_LEVEL])
-      __MSG_host_create(xbt_dict_cursor_get_elm(cursor));
-  }
-
   /* Initialize MSG storages */
   xbt_lib_foreach(storage_lib, cursor, name, data) {
     if(data[SIMIX_STORAGE_LEVEL])