remove unused variable

This commit is contained in:
Roy Olav Purser 2021-06-18 15:00:19 +02:00
parent 4d89362709
commit 7d9f8195b7
Signed by: roypur
GPG Key ID: E14D26A036F21656

View File

@ -155,7 +155,6 @@ func (c *Config) help() {
}
func (c *Config) StatusHelp() bool {
help := false
flags := make(map[string]bool)
flags["--help"] = true
flags["-help"] = true