mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-04 10:19:06 -04:00
remove unnecessary error
This commit is contained in:
@@ -7,7 +7,6 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
ErrUserMissing = errors.New("User is not specified.")
|
||||
ErrAccountMissing = errors.New("Account is not specified.")
|
||||
ErrNonMessageType = errors.New("Not a protobuf message.")
|
||||
ErrUnknownAccountType = errors.New("Unknown account type.")
|
||||
|
||||
Reference in New Issue
Block a user