ref: 263daaeabcef14570ae385197f67d2149ffdff6c
parent: 4ada1cab4dd3c0356ce1827c6ac60944af301ef0
author: Bjørn Erik Pedersen <[email protected]>
date: Mon Mar 14 11:44:45 EDT 2016
target: Remove unused code
--- a/target/file.go
+++ b/target/file.go
@@ -56,10 +56,6 @@
return filepath.Join(fs.PublishDir, filepath.FromSlash(src)), nil
}
-func (fs *Filesystem) extension(ext string) string {
- return ext
-}
-
func filename(f string) string {
ext := filepath.Ext(f)
if ext == "" {