Remove unused printVersion variable (#3335)
Kingpin now automatically does this via --version.
This commit is contained in:
parent
82c5b98496
commit
9d43176ab3
|
@ -76,8 +76,7 @@ func main() {
|
|||
}
|
||||
|
||||
cfg := struct {
|
||||
printVersion bool
|
||||
configFile string
|
||||
configFile string
|
||||
|
||||
localStoragePath string
|
||||
notifier notifier.Options
|
||||
|
|
Loading…
Reference in New Issue