Remove autoload of Draft which no longer exists.

This commit is contained in:
Mark H. Wilkinson 2016-10-03 22:21:35 +01:00 committed by GitHub
parent aa901cdaba
commit a0a351aa7a
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ module Jekyll
autoload :Convertible, "jekyll/convertible"
autoload :Deprecator, "jekyll/deprecator"
autoload :Document, "jekyll/document"
autoload :Draft, "jekyll/draft"
autoload :EntryFilter, "jekyll/entry_filter"
autoload :Errors, "jekyll/errors"
autoload :Excerpt, "jekyll/excerpt"