mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-04 12:27:39 +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"
|
"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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue