From bec697b0d593417459f873f1d59cf48da119b9e6 Mon Sep 17 00:00:00 2001 From: bep Date: Sat, 23 May 2015 22:13:05 +0200 Subject: [PATCH] Remove unused Completed chan on Site See #1160 --- hugolib/site.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hugolib/site.go b/hugolib/site.go index 67d8c50ec..10fd5a8c7 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -79,7 +79,6 @@ type Site struct { timer *nitro.B Targets targetList targetListInit sync.Once - Completed chan bool `json:"-"` RunMode runmode params map[string]interface{} draftCount int