Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Comment out unused private fields (fix compilation error).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 23 Feb 2023 20:18:18 +0000 (21:18 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 23 Feb 2023 20:20:32 +0000 (21:20 +0100)
src/mc/explo/UdporChecker.hpp

index e63802b..7f56d6d 100644 (file)
@@ -44,8 +44,10 @@ private:
   /**
    * The total number of events created whilst exploring the unfolding
    */
-  uint32_t nb_events = 0;
-  uint32_t nb_traces = 0;
+  /* FIXME: private fields are not used
+    uint32_t nb_events = 0;
+    uint32_t nb_traces = 0;
+  */
 
   /**
    * @brief The "relevant" portions of the unfolding that must be kept around to ensure that