Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix path for binary.
[simgrid.git] / examples / msg / start_kill_time / sk_time.c
index af61d3717ddea7fbae1068a576541d55413553b6..72ce30c6fb5e7a1a6ca7970564d26396b532ccca 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007, 2009, 2010. The SimGrid Team.
+/* Copyright (c) 2007, 2009-2010, 2012-2014. 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;