From: schnorr Date: Tue, 28 Dec 2010 23:19:49 +0000 (+0000) Subject: [trace] removing old code X-Git-Tag: v3.6_beta2~600 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3ff60c238895dc3e6101b4d56f9021870dac3a86 [trace] removing old code git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9326 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/instr/instr_paje_trace.c b/src/instr/instr_paje_trace.c index cf28231d4d..c85021df3e 100644 --- a/src/instr/instr_paje_trace.c +++ b/src/instr/instr_paje_trace.c @@ -839,21 +839,5 @@ void new_pajeNewEvent (double timestamp, container_t container, type_t type, con insert_into_buffer (event); } -// -//void pajeNewEvent(double time, const char *entityType, -// const char *container, const char *value) -//{ -// INSTR_PAJE_ASSERT(entityType); -// INSTR_PAJE_ASSERT(container); -// INSTR_PAJE_ASSERT(value); -// -// if (time == 0){ -// fprintf(tracing_file, "%d 0 %s %s %s\n", pajeNewEventId, -// entityType, container, value); -// }else{ -// fprintf(tracing_file, "%d %lf %s %s %s\n", pajeNewEventId, time, -// entityType, container, value); -// } -//} #endif /* HAVE_TRACING */