1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 15:36:41 -05:00

Remove unused const

This commit is contained in:
V2Ray 2015-10-25 21:44:08 +01:00
parent 2f721c4006
commit 294376edc0

View File

@ -19,10 +19,6 @@ import (
"github.com/v2ray/v2ray-core/transport/ray" "github.com/v2ray/v2ray-core/transport/ray"
) )
const (
InfoTimeNotSync = "Please check the User ID in your vmess configuration, and make sure the time on your local and remote server are in sync."
)
type VMessOutboundHandler struct { type VMessOutboundHandler struct {
vNextList []*config.OutboundTarget vNextList []*config.OutboundTarget
vNextListUDP []*config.OutboundTarget vNextListUDP []*config.OutboundTarget