remove type assertion
This commit is contained in:
parent
6e2608b2f2
commit
1e40cd6f0b
@ -59,7 +59,6 @@ struct InternalExtractorEdge
|
|||||||
is_duration_set(is_duration_set), is_access_restricted(is_access_restricted),
|
is_duration_set(is_duration_set), is_access_restricted(is_access_restricted),
|
||||||
travel_mode(travel_mode), is_split(is_split)
|
travel_mode(travel_mode), is_split(is_split)
|
||||||
{
|
{
|
||||||
BOOST_ASSERT(0 <= type);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// necessary static util functions for stxxl's sorting
|
// necessary static util functions for stxxl's sorting
|
||||||
|
Loading…
Reference in New Issue
Block a user