mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 03:48:10 -04:00
source: Remove unused code
This commit is contained in:
parent
df3f2af0a8
commit
4ada1cab4d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user