Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove an empty structure left over
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 15 Mar 2016 13:03:04 +0000 (14:03 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 15 Mar 2016 13:06:07 +0000 (14:06 +0100)
src/surf/trace_mgr.hpp

index 7784e7f..1563729 100644 (file)
@@ -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;