remove penalty_table from car.lua

remove penalty_table as it is apparently not used anywhere.
This commit is contained in:
Frederik Ramm 2017-05-16 08:54:52 +02:00 committed by Patrick Niklaus
parent 7d58f0ec53
commit 16f492026a

View File

@ -8,10 +8,6 @@ local Sequence = require('lib/sequence')
local Handlers = require("lib/handlers")
local next = next -- bind to local for speed
penalty_table = {
["service"] = 0.5,
}
-- set profile properties
properties.max_speed_for_map_matching = 180/3.6 -- 180kmph -> m/s
properties.use_turn_restrictions = true