From cdee945b9c5436eaada21ee7b942f63d7a67df49 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 27 Oct 2015 19:19:39 +0100 Subject: [PATCH] kill dead code --- src/surf/vm_hl13.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/surf/vm_hl13.cpp b/src/surf/vm_hl13.cpp index 768c7ac52a..3553f5d770 100644 --- a/src/surf/vm_hl13.cpp +++ b/src/surf/vm_hl13.cpp @@ -337,16 +337,6 @@ void VMHL13::migrate(surf_resource_t ind_dst_pm) /* Update vcpu's action for the new pm */ { -#if 0 - XBT_INFO("cpu_action->remains %g", p_action->remains); - XBT_INFO("cost %f remains %f start %f finish %f", p_action->cost, - p_action->remains, - p_action->start, - p_action->finish - ); - XBT_INFO("cpu_action state %d", surf_action_get_state(p_action)); -#endif - /* create a cpu action bound to the pm model at the destination. */ CpuAction *new_cpu_action = static_cast( static_cast(sg_host_surfcpu(ind_dst_pm))->execute(0)); -- 2.20.1