From 4aaecfb4f958afa5ea85da092dba1496c281e731 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Tue, 21 Feb 2012 10:34:17 +0100 Subject: [PATCH] Fixes issue #136 --- DataStructures/ExtractorCallBacks.h | 1 - 1 file changed, 1 deletion(-) diff --git a/DataStructures/ExtractorCallBacks.h b/DataStructures/ExtractorCallBacks.h index e06f60374..9f57f08c9 100644 --- a/DataStructures/ExtractorCallBacks.h +++ b/DataStructures/ExtractorCallBacks.h @@ -189,7 +189,6 @@ public: } if ( w.useful && w.access && (1 < w.path.size()) ) { //Only true if the way is specified by the speed profile - //TODO: type is not set, perhaps use a bimap'ed speed profile to do set the type correctly? w.type = settings.GetHighwayTypeID(highway); if(0 > w.type) { ERR("Resolved highway " << highway << " to " << w.type);