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