Skip to content

Commit

Permalink
remove reference to SingleStreamConn
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Oct 20, 2017
1 parent a7ae57b commit f4deba0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2p/transport/tcp/tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ type tcpConn struct {
}

var _ tpt.Conn = &tcpConn{}
var _ tpt.SingleStreamConn = &tcpConn{}

func (c *tcpConn) Transport() tpt.Transport {
return c.t
Expand Down

0 comments on commit f4deba0

Please sign in to comment.