mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Remove unused variable
This commit is contained in:
committed by
Andrey Smirnov
parent
62c4dc1472
commit
24a027194e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user