Browse Source

remove unused code

Darien Raymond 8 years ago
parent
commit
3e73e66adb
1 changed files with 0 additions and 4 deletions
  1. 0 4
      proxy/socks/config.go

+ 0 - 4
proxy/socks/config.go

@@ -16,10 +16,6 @@ func (v *Account) AsAccount() (protocol.Account, error) {
 	return v, nil
 	return v, nil
 }
 }
 
 
-func NewAccount() protocol.AsAccount {
-	return &Account{}
-}
-
 func (v *ServerConfig) HasAccount(username, password string) bool {
 func (v *ServerConfig) HasAccount(username, password string) bool {
 	if v.Accounts == nil {
 	if v.Accounts == nil {
 		return false
 		return false