From 787bb582da8073bde04393c3a8adce52ae59b4ba Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Sat, 6 Sep 2014 21:48:00 -0700 Subject: [PATCH] Trash the subclass --- lib/jekyll/tags/include.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/jekyll/tags/include.rb b/lib/jekyll/tags/include.rb index 6d9e31cf..26fedb0e 100644 --- a/lib/jekyll/tags/include.rb +++ b/lib/jekyll/tags/include.rb @@ -148,9 +148,6 @@ eos File.read(file, file_read_opts(context)) end end - - class RelativeIncludeTag < IncludeTag - end end end