diff --git a/proxy_test.go b/proxy_test.go index fa5e435a0..951cc5360 100644 --- a/proxy_test.go +++ b/proxy_test.go @@ -24,10 +24,6 @@ func newCloseNotifyingRecorder() *closeNotifyingRecorder { } } -func (c *closeNotifyingRecorder) close() { - c.closed <- true -} - func (c *closeNotifyingRecorder) CloseNotify() <-chan bool { return c.closed }