Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
As::bypassRoutes_ does not need to be a reference
[simgrid.git] / src / surf / surf_routing.hpp
index c64d677..dd4ef9d 100644 (file)
@@ -73,7 +73,7 @@ public:
 
 private:
   bool sealed_ = false; // We cannot add more content when sealed
-  std::map<std::string, std::vector<Link*>*> *bypassRoutes_ = nullptr;
+  std::map<std::string, std::vector<Link*>*> bypassRoutes_;
 
 public:
   /**