removed dead code

This commit is contained in:
diamondburned 2020-12-25 00:32:44 -08:00
parent 999432a481
commit e159b0d611
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
package httputil
type nopWriterImpl struct{}
var nopWriter = nopWriterImpl{}
func (nopWriterImpl) Write(b []byte) (int, error) { return len(b), nil }
func (nopWriterImpl) Close() error { return nil }