1
0
Fork 0
mirror of https://github.com/diamondburned/cchat-gtk.git synced 2024-12-22 20:27:07 +00:00

removed dead code

This commit is contained in:
diamondburned 2020-12-25 00:32:44 -08:00
parent 999432a481
commit e159b0d611

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 }