hugolib: Remove superfluous assignment

This commit is contained in:
Bjørn Erik Pedersen 2016-12-02 16:09:18 +01:00
parent 2f026ab3f3
commit 15622c80ee

View file

@ -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()