From 5de85b36d1264c6deac4563501b215ec7da3d7f0 Mon Sep 17 00:00:00 2001 From: Lev Dragunov Date: Wed, 2 Dec 2015 14:59:08 +0300 Subject: [PATCH] PR fixes. --- generator/routing_generator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/generator/routing_generator.cpp b/generator/routing_generator.cpp index 0f2969036d..5cd8a17ad8 100644 --- a/generator/routing_generator.cpp +++ b/generator/routing_generator.cpp @@ -52,7 +52,6 @@ uint8_t GetWarningRank(FeatureType const & ft) if (types.Has(c.GetTypeByPath({"highway", "primary"})) || types.Has(c.GetTypeByPath({"highway", "primary_link"})) || types.Has(c.GetTypeByPath({"highway", "secondary"})) || - types.Has(c.GetTypeByPath({"highway", "road"})) || types.Has(c.GetTypeByPath({"highway", "secondary_link"}))) return 2; return 3;