From e6e276e345a534a00708f04205772ba4d1898790 Mon Sep 17 00:00:00 2001
From: Joe Zou <yixian.zou@gmail.com>
Date: Tue, 14 Jul 2020 10:36:33 +0800
Subject: [PATCH] delete useless key

---
 common/constant/default.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/constant/default.go b/common/constant/default.go
index 566baea7f..c1c404e08 100644
--- a/common/constant/default.go
+++ b/common/constant/default.go
@@ -58,7 +58,6 @@ const (
 
 const (
 	ANY_VALUE           = "*"
-	ANYHOST_KEY         = "anyhost"
 	ANYHOST_VALUE       = "0.0.0.0"
 	LOCAL_HOST_VALUE    = "192.168.1.1"
 	REMOVE_VALUE_PREFIX = "-"
-- 
GitLab