Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepdeprecation authored and smira committed Oct 18, 2019
1 parent 62c4dc1 commit 24a0271
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pgp/gnupg_finder.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ const (
GPG22xPlus GPGVersion = 4
)

var gpgVersionRegex = regexp.MustCompile(`\(GnuPG\) (\d)\.(\d)`)

// GPGFinder implement search for gpg executables and returns version of discovered executables
type GPGFinder interface {
FindGPG() (gpg string, version GPGVersion, err error)
Expand Down

0 comments on commit 24a0271

Please sign in to comment.