Fixing dead code and go vet moaning
This commit is contained in:
@@ -38,7 +38,6 @@ func (s *Socket) Accept(m *transport.Message) error {
|
||||
case <-s.closed:
|
||||
return io.EOF
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// Process takes the next message off the send queue created by a call to Send
|
||||
|
Reference in New Issue
Block a user