shithub: hugo

Download patch

ref: bec697b0d593417459f873f1d59cf48da119b9e6
parent: be7c3bbb097eb104c7029d742c6501c5d18d8684
author: bep <[email protected]>
date: Sat May 23 18:13:05 EDT 2015

Remove unused Completed chan on Site

See #1160

--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -79,7 +79,6 @@
 	timer          *nitro.B
 	Targets        targetList
 	targetListInit sync.Once
-	Completed      chan bool `json:"-"`
 	RunMode        runmode
 	params         map[string]interface{}
 	draftCount     int