From 859fb9aa35ecd1fb66ab5acf1dc514ea3a2b1fa5 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Tue, 1 Mar 2016 22:29:19 +0100 Subject: [PATCH] don't want to display storage info --- teshsuite/msg/storage/concurrent_rw.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/teshsuite/msg/storage/concurrent_rw.c b/teshsuite/msg/storage/concurrent_rw.c index f999881a20..7ee98f9f4d 100644 --- a/teshsuite/msg/storage/concurrent_rw.c +++ b/teshsuite/msg/storage/concurrent_rw.c @@ -31,13 +31,11 @@ int main(int argc, char **argv) MSG_create_environment(argv[1]); MSG_function_register("host", host); - storage_info(MSG_host_by_name(xbt_strdup("host"))); for(int i = 0 ; i<10; i++){ MSG_process_create(xbt_strdup("host"), host, NULL, MSG_host_by_name(xbt_strdup("host"))); } int res = MSG_main(); - storage_info(MSG_host_by_name(xbt_strdup("host"))); XBT_INFO("Simulation time %g", MSG_get_clock()); return res != MSG_OK; -- 2.20.1