diff --git a/target/file.go b/target/file.go index 439b8877e..41fa00255 100644 --- a/target/file.go +++ b/target/file.go @@ -56,10 +56,6 @@ func (fs *Filesystem) Translate(src string) (dest string, err error) { 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 == "" {