diff --git a/proxy/socks/config.go b/proxy/socks/config.go index caaddad0..b2806df0 100644 --- a/proxy/socks/config.go +++ b/proxy/socks/config.go @@ -16,10 +16,6 @@ func (v *Account) AsAccount() (protocol.Account, error) { return v, nil } -func NewAccount() protocol.AsAccount { - return &Account{} -} - func (v *ServerConfig) HasAccount(username, password string) bool { if v.Accounts == nil { return false