mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
source: Remove unused code
This commit is contained in:
@@ -72,10 +72,6 @@ func (f *Filesystem) add(name string, reader io.Reader) (err error) {
|
||||
return err
|
||||
}
|
||||
|
||||
func (f *Filesystem) getRelativePath(name string) (final string, err error) {
|
||||
return helpers.GetRelativePath(name, f.Base)
|
||||
}
|
||||
|
||||
func (f *Filesystem) captureFiles() {
|
||||
walker := func(filePath string, fi os.FileInfo, err error) error {
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user