X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/90175c3bdbc1b25eab177dc2d019b86d2854f9a7..5e86393f72f62a1f37ca49d5dfe4ea64f8290a3e:/lib/osm.rb diff --git a/lib/osm.rb b/lib/osm.rb index cd3a2156c..370f0f300 100644 --- a/lib/osm.rb +++ b/lib/osm.rb @@ -569,11 +569,6 @@ module OSM @http_client ||= Faraday.new end - # Set the HTTP client to use - def self.http_client=(client) - @http_client = client - end - # Return the GeoIP database handle def self.geoip_database @geoip_database ||= GeoIP.new(GEOIP_DATABASE) if defined?(GEOIP_DATABASE)