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{}