1
0
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:
Darien Raymond
2017-02-12 13:25:30 +01:00
parent c0ea29a2ed
commit f2e149e1d0
2 changed files with 1 additions and 2 deletions

View File

@@ -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.")