target: Remove unused code

This commit is contained in:
Bjørn Erik Pedersen 2016-03-14 15:44:45 +01:00
parent 4ada1cab4d
commit 263daaeabc

View file

@ -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 == "" {