mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
Remove unused struct
This commit is contained in:
parent
efe895ec59
commit
298abc744c
1 changed files with 0 additions and 2 deletions
2
none.go
2
none.go
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue