Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this part was never tested (and useless IMHO), call it dead code
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 14 Jan 2016 14:08:40 +0000 (15:08 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 14 Jan 2016 19:19:32 +0000 (20:19 +0100)
teshsuite/simdag/platforms/basic_parsing_test.c

index 40ebac3..76bd393 100644 (file)
@@ -84,11 +84,7 @@ int main(int argc, char **argv)
     if (!strcmp(argv[2], "PROP")) {
       printf("SG_TEST_mem: %s\n",
           SD_workstation_get_property_value(SD_workstation_get_by_name("host1"),
     if (!strcmp(argv[2], "PROP")) {
       printf("SG_TEST_mem: %s\n",
           SD_workstation_get_property_value(SD_workstation_get_by_name("host1"),
-          "SG_TEST_mem")
-          );
-      printf("Author: %s\n", SD_as_router_get_property_value("AS0", "author"));
-      printf("AS1: %s\n", SD_as_router_get_property_value("AS1", "name"));
-      printf("AS2: %s\n", SD_as_router_get_property_value("AS2", "name"));
+          "SG_TEST_mem"));
     }
   }
 
     }
   }