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

Public GIT Repository
Pull changes to push BitTorrent fix
[simgrid.git] / examples / msg / bittorrent / bittorrent.c
index cb4cd80fa925bc977a40b6cd42e32ef9f1524892..e0e4c68689242affb69f824f598fb7351cc6b981 100644 (file)
@@ -30,9 +30,7 @@ int main(int argc, char *argv[])
 
   MSG_launch_application(deployment_file);
 
-  msg_error_t res = MSG_main();
-
-  MSG_clean();
+  MSG_main();
 
   return 0;
 }