fix(style): remove unused code

This commit is contained in:
Łukasz Mierzwa
2018-08-11 23:06:08 +01:00
parent c6dc362186
commit e9e19c3ea8

View File

@@ -24,10 +24,6 @@ func newCloseNotifyingRecorder() *closeNotifyingRecorder {
}
}
func (c *closeNotifyingRecorder) close() {
c.closed <- true
}
func (c *closeNotifyingRecorder) CloseNotify() <-chan bool {
return c.closed
}