Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] dictionary for holding smx_process_t -> categories no longer necessary with...
[simgrid.git] / src / simix / private.h
index e3fc539..475208e 100644 (file)
@@ -124,7 +124,6 @@ typedef struct s_smx_action {
   };
 
 #ifdef HAVE_TRACING
-  long long int counter;              /* simix action unique identifier for instrumentation */
   char *category;                     /* simix action category for instrumentation */
 #endif
 } s_smx_action_t;