From f0cac685de38779d6843db0c80b7bbb95d8a643d Mon Sep 17 00:00:00 2001 From: Martijn den Hoedt Date: Wed, 1 Apr 2015 12:57:49 +0200 Subject: [PATCH] removed unused method StaticFile::extname --- lib/jekyll/static_file.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/jekyll/static_file.rb b/lib/jekyll/static_file.rb index b83f4fae..fccd8b70 100644 --- a/lib/jekyll/static_file.rb +++ b/lib/jekyll/static_file.rb @@ -25,10 +25,6 @@ module Jekyll File.join(*[@base, @dir, @name].compact) end - def extname - File.extname(path) - end - # Obtain destination path. # # dest - The String path to the destination dir.