You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2018/10/01 16:47:22 UTC

[trafficcontrol] 04/11: Remove empty import

This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 982263b4350bc94b4ecc1b3f0dc5ca6e68a4eb2f
Author: Robert Butts <ro...@apache.org>
AuthorDate: Fri Sep 28 16:05:16 2018 -0600

    Remove empty import
---
 lib/go-tc/steering.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/go-tc/steering.go b/lib/go-tc/steering.go
index f5419f5..1cb08ad 100644
--- a/lib/go-tc/steering.go
+++ b/lib/go-tc/steering.go
@@ -19,8 +19,6 @@ package tc
  * under the License.
  */
 
-import ()
-
 type Steering struct {
 	DeliveryService DeliveryServiceName      `json:"deliveryService"`
 	ClientSteering  bool                     `json:"clientSteering"`