mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
hugolib: Remove superfluous assignment
This commit is contained in:
parent
2f026ab3f3
commit
15622c80ee
1 changed files with 0 additions and 3 deletions
|
@ -409,9 +409,6 @@ func (s *Site) preparePagesForRender(cfg *BuildCfg) {
|
|||
p.Content = helpers.BytesToHTML(workContentCopy)
|
||||
}
|
||||
|
||||
// no need for this anymore
|
||||
workContentCopy = nil
|
||||
|
||||
//analyze for raw stats
|
||||
p.analyzePage()
|
||||
|
||||
|
|
Loading…
Reference in a new issue