From 3e73e66adb6b5c54ad3591699a2e959d5cfc6471 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Wed, 21 Dec 2016 16:38:57 +0100 Subject: [PATCH] remove unused code --- proxy/socks/config.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/proxy/socks/config.go b/proxy/socks/config.go index caaddad07..b2806df0f 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