From 956eaac43ffca0a0f2d2dcffdd41704beefdf6d8 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 17 Feb 2014 10:55:22 +0100 Subject: [PATCH] Remove obsolete comment. --- src/surf/cpu_cas01.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/surf/cpu_cas01.cpp b/src/surf/cpu_cas01.cpp index abc038568b..c746e9a836 100644 --- a/src/surf/cpu_cas01.cpp +++ b/src/surf/cpu_cas01.cpp @@ -384,9 +384,7 @@ CpuCas01Action::CpuCas01Action(ModelPtr model, double cost, bool failed, double lmm_variable_new(model->getMaxminSystem(), static_cast(this), 1.0, power, 1)) { - m_suspended = 0; /* Should be useless because of the - calloc but it seems to help valgrind... */ - + m_suspended = 0; if (model->getUpdateMechanism() == UM_LAZY) { m_indexHeap = -1; m_lastUpdate = surf_get_clock(); -- 2.20.1