From: Frederic Suter Date: Thu, 14 Jan 2016 14:08:40 +0000 (+0100) Subject: this part was never tested (and useless IMHO), call it dead code X-Git-Tag: v3_13~1243 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4884b0d2c5f41831322abfb7c9d4dd74766cf7c4 this part was never tested (and useless IMHO), call it dead code --- diff --git a/teshsuite/simdag/platforms/basic_parsing_test.c b/teshsuite/simdag/platforms/basic_parsing_test.c index 40ebac31e4..76bd393a7e 100644 --- a/teshsuite/simdag/platforms/basic_parsing_test.c +++ b/teshsuite/simdag/platforms/basic_parsing_test.c @@ -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"), - "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")); } }