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

Public GIT Repository
zu to PRIu64 (again)
[simgrid.git] / examples / msg / start_kill_time / sk_time.c
index af61d3717ddea7fbae1068a576541d55413553b6..fc03c409dcfaa554357c496c0b064339bd6a0472 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007, 2009, 2010. The SimGrid Team.
+/* Copyright (c) 2007, 2009-2010, 2012. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -60,7 +60,6 @@ int main(int argc, char *argv[])
     exit(1);
   }
   test_all(argv[1], argv[2]);
-  res = MSG_clean();
 
   if (res == MSG_OK)
     return 0;