removed unused method StaticFile::extname

This commit is contained in:
Martijn den Hoedt 2015-04-01 12:57:49 +02:00
parent 0e52b83b6f
commit f0cac685de
1 changed files with 0 additions and 4 deletions

View File

@ -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.