Skip to content

Commit

Permalink
Drop redundant constants
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Feb 25, 2020
1 parent c63c045 commit ac408f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/crc/oc/oc_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}

Expand Down

0 comments on commit ac408f7

Please sign in to comment.