From 50bac4d3c3032005dc509ee4e95f1f0803c14c63 Mon Sep 17 00:00:00 2001 From: li mengyang Date: Tue, 24 Sep 2019 14:06:38 +0800 Subject: fix: delete unused var and const (#3294) Signed-off-by: hwdef --- coremain/run.go | 1 - 1 file changed, 1 deletion(-) (limited to 'coremain/run.go') diff --git a/coremain/run.go b/coremain/run.go index 508c74c62..b62878c3a 100644 --- a/coremain/run.go +++ b/coremain/run.go @@ -184,7 +184,6 @@ func setVersion() { // Flags that control program flow or startup var ( conf string - logfile bool version bool plugins bool ) -- cgit v1.2.3