From b9e5d26e3aa14d121c03d22ce26fb152700deaf4 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Sat, 12 Nov 2016 12:07:03 +0100 Subject: [PATCH] remove dead code --- profiles/car.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/car.lua b/profiles/car.lua index 4f44aa567..90abccb28 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -672,11 +672,6 @@ function handle_startpoint(way,result,cache) result.backward_mode == mode.driving end --- leave early if this way is not accessible -function handle_way_type(way,result,cache) - if "" == TagCache.get(way,cache,"highway") then return false end -end - -- set the road classification based on guidance globals configuration function handle_classification(way,result,cache) set_classification(TagCache.get(way,cache,"highway"),result,way)