fix: delete unused var and const (#3294)

Signed-off-by: hwdef <hwdef97@gmail.com>
This commit is contained in:
li mengyang
2019-09-24 14:06:38 +08:00
committed by Miek Gieben
parent 081e45afa3
commit 50bac4d3c3
5 changed files with 0 additions and 19 deletions

View File

@@ -184,7 +184,6 @@ func setVersion() {
// Flags that control program flow or startup
var (
conf string
logfile bool
version bool
plugins bool
)