Commit 0f5bb6ef authored by Steven Allen's avatar Steven Allen

remove reference to SingleStreamConn

parent 23e40afe
......@@ -275,7 +275,6 @@ type tcpConn struct {
}
var _ tpt.Conn = &tcpConn{}
var _ tpt.SingleStreamConn = &tcpConn{}
func (c *tcpConn) Transport() tpt.Transport {
return c.t
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment