From 93f58bf00980f6fe74cbf6814bedb81c6c2f778c Mon Sep 17 00:00:00 2001 From: Jens Thiele Date: Tue, 30 Apr 2013 16:05:45 +0200 Subject: [PATCH] debug build fix --- Util/GraphLoader.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Util/GraphLoader.h b/Util/GraphLoader.h index 703a85086..2e7fe8ad2 100644 --- a/Util/GraphLoader.h +++ b/Util/GraphLoader.h @@ -124,8 +124,6 @@ NodeID readBinaryOSRMGraphFromStream(std::istream &in, std::vector& edgeL if (1 == dir) { backward = false; } if (2 == dir) { forward = false; } - assert(type >= 0); - // translate the external NodeIDs to internal IDs ExternalNodeMap::iterator intNodeID = ext2IntNodeMap.find(source); if( ext2IntNodeMap.find(source) == ext2IntNodeMap.end()) {