From 294376edc00cbc4609ed17d49b97375619b311e3 Mon Sep 17 00:00:00 2001 From: V2Ray Date: Sun, 25 Oct 2015 21:44:08 +0100 Subject: [PATCH] Remove unused const --- proxy/vmess/vmessout.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/proxy/vmess/vmessout.go b/proxy/vmess/vmessout.go index 68c20f6a2..f1f34300e 100644 --- a/proxy/vmess/vmessout.go +++ b/proxy/vmess/vmessout.go @@ -19,10 +19,6 @@ import ( "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 { vNextList []*config.OutboundTarget vNextListUDP []*config.OutboundTarget