From: Arnaud Giersch Date: Mon, 17 Feb 2014 09:55:22 +0000 (+0100) Subject: Remove obsolete comment. X-Git-Tag: v3_11_beta~19 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/956eaac43ffca0a0f2d2dcffdd41704beefdf6d8 Remove obsolete comment. --- 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();