diff options
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 ) |