Remove unused Completed chan on Site

See #1160
This commit is contained in:
bep 2015-05-23 22:13:05 +02:00
parent be7c3bbb09
commit bec697b0d5

View file

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