Remove unused printVersion variable (#3335)

Kingpin now automatically does this via --version.
This commit is contained in:
Julius Volz 2017-10-23 00:50:13 -07:00 committed by Brian Brazil
parent 82c5b98496
commit 9d43176ab3
1 changed files with 1 additions and 2 deletions

View File

@ -76,8 +76,7 @@ func main() {
}
cfg := struct {
printVersion bool
configFile string
configFile string
localStoragePath string
notifier notifier.Options