Remove unreachable code path.
This commit is contained in:
parent
0595f27e6d
commit
fa55cd9857
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ func (s *Site) initialize() {
|
||||||
site.Files = append(site.Files, path)
|
site.Files = append(site.Files, path)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
filepath.Walk(s.c.GetAbsPath(s.c.ContentDir), walker)
|
filepath.Walk(s.c.GetAbsPath(s.c.ContentDir), walker)
|
||||||
|
|
Loading…
Add table
Reference in a new issue