From ccf2eaeec8728da6bafa2a0701a4c799f57d1b75 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Mon, 5 Mar 2012 11:10:29 +0100 Subject: [PATCH] Remove misleading comment --- src/surf/cpu_cas01.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/surf/cpu_cas01.c b/src/surf/cpu_cas01.c index 3d00787367..541ab3cf9a 100644 --- a/src/surf/cpu_cas01.c +++ b/src/surf/cpu_cas01.c @@ -596,7 +596,6 @@ static void cpu_action_set_max_duration(surf_action_t action, XBT_IN("(%p,%g)", action, duration); action->max_duration = duration; - /* insert cpu in modified_cpu set to notice the max duration change */ if (cpu_update_mechanism == UM_LAZY) heap_remove((surf_action_cpu_Cas01_t) action); XBT_OUT(); -- 2.20.1