From 2de4a0f6a3da7344be30cf97c89bfc1a35cbac90 Mon Sep 17 00:00:00 2001 From: Ian Howell Date: Wed, 25 Mar 2020 21:28:24 -0500 Subject: [PATCH] Remove unused OutputFormat type Change-Id: Iffb0438e1722acbd52f7f2f083f1c00ad98455b9 --- pkg/config/constants.go | 3 --- pkg/environment/constants.go | 3 --- 2 files changed, 6 deletions(-) diff --git a/pkg/config/constants.go b/pkg/config/constants.go index 874407926..5b2965840 100644 --- a/pkg/config/constants.go +++ b/pkg/config/constants.go @@ -1,8 +1,5 @@ package config -// OutputFormat denotes the form with which to display tabulated data -type OutputFormat string - // Constants related to the ClusterType type const ( Ephemeral = "ephemeral" diff --git a/pkg/environment/constants.go b/pkg/environment/constants.go index 449fedbbe..204248358 100644 --- a/pkg/environment/constants.go +++ b/pkg/environment/constants.go @@ -1,6 +1,3 @@ package environment -// OutputFormat denotes the form with which to display tabulated data -type OutputFormat string - const HomeEnvVar = "$HOME"