Remove unused variable

This commit is contained in:
Don Kuntz
2019-10-17 14:49:25 -05:00
committed by Andrey Smirnov
parent 62c4dc1472
commit 24a027194e
-2
View File
@@ -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)