X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/61b77aa31cb615bf2b3a791d89309587d70760c4..b9684d3607aa558c95b7185ddf147b478a7e367f:/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;