This is an automated email from the ASF dual-hosted git repository. zrhoffman pushed a commit to branch 6.0.x in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
commit 0ab6b87a1582ac309de75958d8bb41609916166f Author: John J. Rushford <[email protected]> AuthorDate: Thu Nov 4 12:11:24 2021 -0600 removes an unused constant (#6326) --- cache-config/tm-health-client/tmagent/tmagent.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cache-config/tm-health-client/tmagent/tmagent.go b/cache-config/tm-health-client/tmagent/tmagent.go index 3006d27..60fc501 100644 --- a/cache-config/tm-health-client/tmagent/tmagent.go +++ b/cache-config/tm-health-client/tmagent/tmagent.go @@ -42,7 +42,6 @@ import ( ) const ( - serverRequest = "https://tp.cdn.comcast.net/api/3.0/servers?type=RASCAL" TrafficCtl = "traffic_ctl" ParentsFile = "parent.config" StrategiesFile = "strategies.yaml"
