Cleanup code

This commit is contained in:
世界 2022-05-30 15:15:27 +08:00
parent 1273973c66
commit 52a7f9f469
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 3 additions and 46 deletions

View file

@ -27,10 +27,6 @@ func (m *NoneMethod) Name() string {
return MethodNone
}
func (m *NoneMethod) KeyLength() int {
return 0
}
func (m *NoneMethod) DialConn(conn net.Conn, destination M.Socksaddr) (net.Conn, error) {
shadowsocksConn := &noneConn{
Conn: conn,