diff --git a/lib/jekyll/tags/include.rb b/lib/jekyll/tags/include.rb index 0ee983dc..db31af7c 100644 --- a/lib/jekyll/tags/include.rb +++ b/lib/jekyll/tags/include.rb @@ -2,15 +2,6 @@ module Jekyll module Tags - class IncludeTagError < StandardError - attr_accessor :path - - def initialize(msg, path) - super(msg) - @path = path - end - end - class IncludeTag < Liquid::Tag VALID_SYNTAX = %r! ([\w-]+)\s*=\s*