From 585a05f1e7b87b1c2e3fa3068318b212a3ede214 Mon Sep 17 00:00:00 2001 From: John Rushford Date: Wed, 3 Nov 2021 16:01:23 +0000 Subject: [PATCH] removes an unused constant --- 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 a922bf71a8..1cfb19bb13 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"