This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new b9a4e25 removes an unused constant (#6326)
b9a4e25 is described below
commit b9a4e25e0982ceb199f4bb2e5774f6d31ba4d1a3
Author: John J. Rushford <[email protected]>
AuthorDate: Thu Nov 4 12:11:24 2021 -0600
removes an unused constant (#6326)
---
tc-health-client/tmagent/tmagent.go | 1 -
1 file changed, 1 deletion(-)
diff --git a/tc-health-client/tmagent/tmagent.go
b/tc-health-client/tmagent/tmagent.go
index a922bf7..1cfb19b 100644
--- a/tc-health-client/tmagent/tmagent.go
+++ b/tc-health-client/tmagent/tmagent.go
@@ -44,7 +44,6 @@ import (
)
const (
- serverRequest =
"https://tp.cdn.comcast.net/api/3.0/servers?type=RASCAL"
TrafficCtl = "traffic_ctl"
ParentsFile = "parent.config"
StrategiesFile = "strategies.yaml"