X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e7c0a8d73d340b86d3236d7e0458898600d1c0fe..135ebcabcc187dfdf61cc08c2217457dac8aad30:/src/surf/trace_mgr.hpp diff --git a/src/surf/trace_mgr.hpp b/src/surf/trace_mgr.hpp index 7784e7f807..1563729f79 100644 --- a/src/surf/trace_mgr.hpp +++ b/src/surf/trace_mgr.hpp @@ -18,10 +18,6 @@ typedef struct tmgr_event { double value; } s_tmgr_event_t, *tmgr_event_t; -typedef struct tmgr_trace { - -} s_tmgr_trace_t; - /* Iterator within a trace */ typedef struct tmgr_trace_iterator { tmgr_trace_t trace;