diff options
author | 2019-09-24 14:06:38 +0800 | |
---|---|---|
committer | 2019-09-24 07:06:37 +0100 | |
commit | 50bac4d3c3032005dc509ee4e95f1f0803c14c63 (patch) | |
tree | e0017c30bbe081b8c77c0e24a67d9b6d320355c0 /coremain/run.go | |
parent | 081e45afa3c72dcde92c771b5adac2e1521d278e (diff) | |
download | coredns-50bac4d3c3032005dc509ee4e95f1f0803c14c63.tar.gz coredns-50bac4d3c3032005dc509ee4e95f1f0803c14c63.tar.zst coredns-50bac4d3c3032005dc509ee4e95f1f0803c14c63.zip |
fix: delete unused var and const (#3294)
Signed-off-by: hwdef <hwdef97@gmail.com>
Diffstat (limited to 'coremain/run.go')
-rw-r--r-- | coremain/run.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 ) |