PR review adjustments

This commit is contained in:
Michael Krasnyk
2017-04-05 17:54:18 +02:00
parent 0972ec9115
commit cf17a3a4c3
3 changed files with 10 additions and 9 deletions
@@ -318,7 +318,7 @@ inline void search(const datafacade::ContiguousInternalMemoryDataFacade<Algorith
const PhantomNodes &phantom_nodes,
const int duration_upper_bound = INVALID_EDGE_WEIGHT)
{
(void)duration_upper_bound;
(void)duration_upper_bound; // TODO: limiting search radius is not implemented for MLD
NodeID source_node, target_node;
std::vector<EdgeID> unpacked_edges;