Skip to content

Commit

Permalink
Remove the unused REQUIRE_PATH constant from RubyDataSource.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Dec 22, 2019
1 parent 769e268 commit 9fd7882
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/tzinfo/ruby_data_source.rb
Expand Up @@ -6,9 +6,6 @@ module TZInfo
#
# TZInfo::DataSource.set(:ruby)
class RubyDataSource < DataSource
# Base path for require.
REQUIRE_PATH = File.join('tzinfo', 'data', 'definitions')

# Whether the timezone index has been loaded yet.
@@timezone_index_loaded = false

Expand Down

0 comments on commit 9fd7882

Please sign in to comment.