Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Field is initialized by constructor.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 5 Mar 2019 12:22:08 +0000 (13:22 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 5 Mar 2019 14:55:48 +0000 (15:55 +0100)
include/simgrid/kernel/resource/Resource.hpp

index ced4543..2ab078f 100644 (file)
@@ -81,7 +81,7 @@ public: /* LMM */
   lmm::Constraint* get_constraint() const;
 
 private:
   lmm::Constraint* get_constraint() const;
 
 private:
-  kernel::lmm::Constraint* const constraint_ = nullptr;
+  kernel::lmm::Constraint* const constraint_;
 
 public:
   profile::Event* state_event_ = nullptr;
 
 public:
   profile::Event* state_event_ = nullptr;