Skip to content

Commit 28210ee

Browse files
zeenixgbraad
authored andcommitted
Drop unused constants
1 parent 00c7811 commit 28210ee

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

pkg/crc/oc/oc_cache.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ import (
1414
"github.com/pkg/errors"
1515
)
1616

17-
const (
18-
OC_CACHE_DIR = "oc"
19-
TARGZ = "tar.gz"
20-
ZIP = "zip"
21-
)
22-
2317
// Oc is a struct with methods designed for dealing with the oc binary
2418
type OcCached struct{}
2519

0 commit comments

Comments
 (0)