From: donassbr Date: Fri, 11 Sep 2009 08:52:41 +0000 (+0000) Subject: Remove FIXME. X-Git-Tag: SVN~1043 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5f0884d9fd2950399d493662a3dac67318f800ae?ds=sidebyside Remove FIXME. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6663 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/cpu_ti.c b/src/surf/cpu_ti.c index e8839ddbd4..0da2860504 100644 --- a/src/surf/cpu_ti.c +++ b/src/surf/cpu_ti.c @@ -85,8 +85,6 @@ static surf_cpu_ti_timeSeries_t surf_cpu_ti_time_series_new(tmgr_trace_t series->trace_index = xbt_malloc0(sizeof(int) * total_alloc); series->trace_value = xbt_malloc0(sizeof(double) * total_alloc); -/* FIXME: it doesn't work with traces with only one point and periodicity = 0 - * if the trace is always cyclic and periodicity must be > 0 it works */ xbt_dynar_foreach(power_trace->event_list, cpt, val) { /* delta = the next trace event * value = state until next event */