Remove unused struct

This commit is contained in:
世界 2022-06-07 10:05:54 +08:00
parent efe895ec59
commit 298abc744c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -5,7 +5,6 @@ import (
"io"
"net"
"net/netip"
"sync"
"github.com/sagernet/sing/common"
"github.com/sagernet/sing/common/buf"
@ -50,7 +49,6 @@ func (m *NoneMethod) DialPacketConn(conn net.Conn) N.NetPacketConn {
type noneConn struct {
net.Conn
access sync.Mutex
handshake bool
destination M.Socksaddr
}