From 3ff60c238895dc3e6101b4d56f9021870dac3a86 Mon Sep 17 00:00:00 2001 From: schnorr Date: Tue, 28 Dec 2010 23:19:49 +0000 Subject: [PATCH] [trace] removing old code git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9326 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/instr/instr_paje_trace.c | 16 ---------------- 1 file changed, 16 deletions(-) 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 */ -- 2.20.1