From ac408f7b03a0fd8a72a58c413b5f6886b1f41d88 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Mon, 24 Feb 2020 15:56:15 +0100 Subject: [PATCH] Drop redundant constants --- pkg/crc/oc/oc_cache.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/crc/oc/oc_cache.go b/pkg/crc/oc/oc_cache.go index 4364d239a9..ecf6f63d63 100644 --- a/pkg/crc/oc/oc_cache.go +++ b/pkg/crc/oc/oc_cache.go @@ -14,12 +14,6 @@ import ( "github.com/pkg/errors" ) -const ( - OC_CACHE_DIR = "oc" - TARGZ = "tar.gz" - ZIP = "zip" -) - // Oc is a struct with methods designed for dealing with the oc binary type OcCached struct{}