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.