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 cf5b0e0..007e1c1 100644 (file)
@@ -7,7 +7,6 @@
 #define JED_SIMGRID_PLATFORM_H_
 
 #include <simgrid/forward.h>
-#include <xbt/dynar.h>
 
 #include <memory>
 #include <string>
@@ -23,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;