Remove dead code

This commit is contained in:
Audrius Butkevicius
2015-10-25 20:46:09 +00:00
parent f629a998a0
commit 5b03c2d949
7 changed files with 2 additions and 70 deletions

View File

@@ -25,10 +25,6 @@ type Interface interface {
Error() error
}
type readerFrom interface {
ReadFrom([]byte) (int, net.Addr, error)
}
type errorHolder struct {
err error
mut stdsync.Mutex // uses stdlib sync as I want this to be trivially embeddable, and there is no risk of blocking