mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
source: Remove unused code
This commit is contained in:
parent
df3f2af0a8
commit
4ada1cab4d
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue