Skip to content

Commit e23e19e

Browse files
authored
Merge pull request #843 from github/clean-up-vars
Remove unused variable `CONFIGS_WITH_METHODS`
2 parents 26a8d15 + e70dc28 commit e23e19e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/github-pages/configuration.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ class Configuration
6262
},
6363
}.freeze
6464

65-
# These configuration settings have corresponding instance variables on
66-
# Jekyll::Site and need to be set properly when the config is updated.
67-
CONFIGS_WITH_METHODS = %w(
68-
safe lsi highlighter baseurl exclude include future unpublished
69-
show_drafts limit_posts keep_files
70-
).freeze
71-
7265
class << self
7366
def processed?(site)
7467
site.instance_variable_get(:@_github_pages_processed) == true

0 commit comments

Comments
 (0)