Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/filesystem.go')
-rw-r--r--source/filesystem.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/filesystem.go b/source/filesystem.go
index 09118c27a..0f5358429 100644
--- a/source/filesystem.go
+++ b/source/filesystem.go
@@ -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 {