From: Bjørn Erik Pedersen Date: Fri, 2 Dec 2016 15:09:18 +0000 (+0100) Subject: hugolib: Remove superfluous assignment X-Git-Tag: v0.18~31 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=15622c80eec38656894bfb2692c0d3f16f8f3adc;p=brevno-suite%2Fhugo hugolib: Remove superfluous assignment --- diff --git a/hugolib/hugo_sites.go b/hugolib/hugo_sites.go index 7ebcfe0c..452bdca2 100644 --- a/hugolib/hugo_sites.go +++ b/hugolib/hugo_sites.go @@ -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()