Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Load DWARF info from external file using NT_GNU_BUILD_ID
[simgrid.git] / src / simix / smx_private.h
index 067611d..89efe32 100644 (file)
@@ -203,10 +203,6 @@ typedef struct s_smx_synchro {
     } io;
   };
 
-#ifdef HAVE_LATENCY_BOUND_TRACKING
-  int latency_limited;
-#endif
-
   char *category;                     /* simix action category for instrumentation */
 } s_smx_synchro_t;