shithub: hugo

Download patch

ref: 15622c80eec38656894bfb2692c0d3f16f8f3adc
parent: 2f026ab3f3866852794c4c9ceec834b54b0e0921
author: Bjørn Erik Pedersen <[email protected]>
date: Fri Dec 2 11:09:18 EST 2016

hugolib: Remove superfluous assignment

--- a/hugolib/hugo_sites.go
+++ b/hugolib/hugo_sites.go
@@ -409,9 +409,6 @@
 					p.Content = helpers.BytesToHTML(workContentCopy)
 				}
 
-				// no need for this anymore
-				workContentCopy = nil
-
 				//analyze for raw stats
 				p.analyzePage()