소스 검색

Remove unused const

V2Ray 10 년 전
부모
커밋
294376edc0
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      proxy/vmess/vmessout.go

+ 0 - 4
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