Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused state.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 10 Jul 2020 10:56:23 +0000 (12:56 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 10 Jul 2020 13:11:57 +0000 (15:11 +0200)
include/simgrid/s4u/Activity.hpp

index 60bc502..27ab723 100644 (file)
@@ -67,9 +67,7 @@ public:
   Activity& operator=(Activity const&) = delete;
 #endif
 
-  enum class State { INITED = 0, STARTING, STARTED, CANCELED,
-      // ERRORED, // FIXME: state has never been used
-      FINISHED };
+  enum class State { INITED = 0, STARTING, STARTED, CANCELED, FINISHED };
 
   /** Starts a previously created activity.
    *