From 1e40cd6f0bc67f36752fe9e053c1ad716746e0e1 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Tue, 19 Aug 2014 16:41:41 +0200 Subject: [PATCH] remove type assertion --- Extractor/InternalExtractorEdge.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Extractor/InternalExtractorEdge.h b/Extractor/InternalExtractorEdge.h index b1dde2508..848b24fb3 100644 --- a/Extractor/InternalExtractorEdge.h +++ b/Extractor/InternalExtractorEdge.h @@ -59,7 +59,6 @@ struct InternalExtractorEdge is_duration_set(is_duration_set), is_access_restricted(is_access_restricted), travel_mode(travel_mode), is_split(is_split) { - BOOST_ASSERT(0 <= type); } // necessary static util functions for stxxl's sorting