projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be7c3bb
)
Remove unused Completed chan on Site
author
bep
<bjorn.erik.pedersen@gmail.com>
Sat, 23 May 2015 20:13:05 +0000
(22:13 +0200)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Sat, 23 May 2015 20:13:07 +0000
(22:13 +0200)
See #1160
hugolib/site.go
patch
|
blob
|
history
diff --git
a/hugolib/site.go
b/hugolib/site.go
index 67d8c50ec4bdac09b6f52524e9bd3a582ad856f6..10fd5a8c7105553fa7baba2dcd887ecdb4d6675e 100644
(file)
--- 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