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:
parent
999432a481
commit
e159b0d611
|
@ -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 }
|
|
Loading…
Reference in a new issue