remove assert

This commit is contained in:
Dennis Luxen 2014-05-27 10:45:57 +02:00
parent 6ad6c94355
commit 0b12e4d8be

View File

@ -78,7 +78,6 @@ template <class DataFacadeT> class AlternativeRouting : private BasicRoutingInte
{ {
if (phantom_node_pair.PhantomNodesHaveEqualLocation()) if (phantom_node_pair.PhantomNodesHaveEqualLocation())
{ {
BOOST_ASSERT(false);
return; return;
} }