From: Takahiro Hirofuchi Date: Thu, 27 Nov 2014 11:10:55 +0000 (+0900) Subject: remove unnecessary comment out X-Git-Tag: v3_12~732^2~193 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6ea5194cf5354dcf241548f938a05ad37e24d58f?hp=8d2085c3296cd6f1f9cb269033f6766a85d37e20 remove unnecessary comment out --- diff --git a/src/msg/msg_vm.c b/src/msg/msg_vm.c index 37308c8522..eb61fe989a 100644 --- a/src/msg/msg_vm.c +++ b/src/msg/msg_vm.c @@ -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); - // } {