Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Field is not used (and apparently has never been used).
[simgrid.git] / include / simgrid / jedule / jedule_platform.hpp
index ed27a85..007e1c1 100644 (file)
@@ -22,8 +22,7 @@ public:
   Container& operator=(const Container&) = delete;
 
 private:
-  int last_id_;
-  int is_lowest_ = 0;
+  int last_id_   = 0;
 
 public:
   std::string name;