Remove invalid assertion.

This ports the matching change from RoutingBase.
This commit is contained in:
Patrick Niklaus 2016-05-20 21:48:05 +02:00
parent b5225f07cb
commit 0bf8bd2230
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -162,8 +162,6 @@ class AlternativeRouting final
if (path_is_a_loop)
{
// Self Loop
BOOST_ASSERT(forward_heap1.GetData(middle_node).parent == middle_node &&
reverse_heap1.GetData(middle_node).parent == middle_node);
packed_forward_path.push_back(middle_node);
packed_forward_path.push_back(middle_node);
}