remove dead code
This commit is contained in:
parent
184cfab33b
commit
b9e5d26e3a
@ -672,11 +672,6 @@ function handle_startpoint(way,result,cache)
|
|||||||
result.backward_mode == mode.driving
|
result.backward_mode == mode.driving
|
||||||
end
|
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
|
-- set the road classification based on guidance globals configuration
|
||||||
function handle_classification(way,result,cache)
|
function handle_classification(way,result,cache)
|
||||||
set_classification(TagCache.get(way,cache,"highway"),result,way)
|
set_classification(TagCache.get(way,cache,"highway"),result,way)
|
||||||
|
Loading…
Reference in New Issue
Block a user