Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
dijkstra: no need for a boolean to see if a dict is not NULL
[simgrid.git] / src / surf / surf_routing_dijkstra.hpp
index 4003a39..f30bf38 100644 (file)
@@ -66,7 +66,6 @@ public:
   xbt_graph_t p_routeGraph = nullptr;     /* xbt_graph */
   xbt_dict_t p_graphNodeMap = nullptr;    /* map */
   xbt_dict_t p_routeCache = nullptr;      /* use in cache mode */
-  bool m_cached = false;
 };
 
 }