Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] Remove Synchro::category, nobody's using it
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 31 May 2016 09:10:01 +0000 (11:10 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 31 May 2016 09:16:20 +0000 (11:16 +0200)
src/simix/Synchro.h

index 8b3d427..6421d5c 100644 (file)
@@ -26,7 +26,6 @@ namespace simix {
     e_smx_state_t state = SIMIX_WAITING; /* State of the synchro */
     std::string name;                  /* synchro name if any */
     std::list<smx_simcall_t> simcalls; /* List of simcalls waiting for this synchro */
-    char *category;                    /* For instrumentation */
 
     virtual void suspend()=0;
     virtual void resume()=0;