X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2519841efe7b89431b146554cc6fce698b4eb15b..4a6b1e54a5b091badda7f149018b27981e807c49:/lib/osm.rb diff --git a/lib/osm.rb b/lib/osm.rb index daa15fe8b..b6dd64b99 100644 --- a/lib/osm.rb +++ b/lib/osm.rb @@ -5,13 +5,6 @@ module OSM require "rexml/text" require "xml/libxml" - if defined?(SystemTimer) - Timer = SystemTimer - else - require "timeout" - Timer = Timeout - end - # The base class for API Errors. class APIError < RuntimeError def initialize(message = "Generic API Error")