Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove unnecessary comment out
authorTakahiro Hirofuchi <t.hirofuchi+sg@aist.go.jp>
Thu, 27 Nov 2014 11:10:55 +0000 (20:10 +0900)
committerTakahiro Hirofuchi <t.hirofuchi+sg@aist.go.jp>
Thu, 27 Nov 2014 11:10:55 +0000 (20:10 +0900)
src/msg/msg_vm.c

index 37308c8..eb61fe9 100644 (file)
@@ -774,12 +774,6 @@ static int migration_tx_fun(int argc, char *argv[])
         stage2_round, updated_size, computed_during_stage1, dp_rate, dp_cap);
 
 
-    // if (stage2_round != 0) {
-    //   /* during stage1, we have already created overhead tasks */
-    //   double overhead = dpt_cpu_overhead * updated_size;
-    //   XBT_DEBUG("updated %f overhead %f", updated_size, overhead);
-    //   launch_deferred_exec_process(vm, overhead, 10000);
-    // }
 
 
     {