Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix copyright headers
[simgrid.git] / src / surf / trace_mgr_private.h
index 04eb686..c3c6120 100644 (file)
@@ -1,6 +1,5 @@
-/*     $Id$     */
-
-/* Copyright (c) 2004 Arnaud Legrand. All rights reserved.                  */
+/* Copyright (c) 2004, 2007, 2009, 2010. The SimGrid Team.
+ * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -19,7 +18,6 @@ typedef struct tmgr_event {
 
 typedef struct tmgr_trace {
   xbt_dynar_t event_list;
-  double timestep;
 } s_tmgr_trace_t;
 
 typedef struct tmgr_trace_event {