Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Messing up with VM
[simgrid.git] / examples / java / cloud / migration / Main.java
index 191b2a1..7267508 100644 (file)
@@ -26,7 +26,6 @@ public class Main {
 
   public static void main(String[] args) throws MsgException {
     Msg.init(args);
-    Msg.liveMigrationInit();
     if (args.length < 1) {
       Msg.info("Usage  : Main platform_file.xml");
       System.exit(1);