From af2a3273107c0157b96243d001241454a69b5c39 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Mon, 4 Apr 2016 10:49:09 +0200 Subject: [PATCH] Removes unused access_tag list from car profile This is dead code. Using my time machine (which sadly can only go back in history), I found the introducing commit here: https://github.com/Project-OSRM/osrm-backend/commit/74cc50f52b79cdb06d5c61fabc1fdc9ca5979fcc#diff-ded22cbfae0ae88f6359ccff1c3355b0R106 Seems like we no longer use it, and it was still left in the car profile. --- profiles/car.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/car.lua b/profiles/car.lua index f6bfd230e..b77325f0d 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -7,7 +7,6 @@ barrier_whitelist = { ["cattle_grid"] = true, ["border_control"] = true, ["check access_tag_whitelist = { ["yes"] = true, ["motorcar"] = true, ["motor_vehicle"] = true, ["vehicle"] = true, ["permissive"] = true, ["designated"] = true, ["destination"] = true } access_tag_blacklist = { ["no"] = true, ["private"] = true, ["agricultural"] = true, ["forestry"] = true, ["emergency"] = true, ["psv"] = true } access_tag_restricted = { ["destination"] = true, ["delivery"] = true } -access_tags = { "motorcar", "motor_vehicle", "vehicle" } access_tags_hierachy = { "motorcar", "motor_vehicle", "vehicle", "access" } service_tag_restricted = { ["parking_aisle"] = true } restriction_exception_tags = { "motorcar", "motor_vehicle", "vehicle" }