From 49c3178f65631eecb4920f2450b27d5f8e8236c0 Mon Sep 17 00:00:00 2001 From: Sergey Cherepanov Date: Fri, 23 Jun 2023 16:57:51 +0200 Subject: [PATCH] cleanup --- net/transport/transport.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net/transport/transport.go b/net/transport/transport.go index 7310ccb2..9d36435a 100644 --- a/net/transport/transport.go +++ b/net/transport/transport.go @@ -20,10 +20,6 @@ type Transport interface { Dial(ctx context.Context, addr string) (mc MultiConn, err error) } -type SubConn interface { - net.Conn -} - // MultiConn is an object of multiplexing connection containing handshake info type MultiConn interface { // Context returns the connection context that contains handshake details