remove unused variable
This commit is contained in:
parent
4d89362709
commit
7d9f8195b7
@ -155,7 +155,6 @@ func (c *Config) help() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (c *Config) StatusHelp() bool {
|
func (c *Config) StatusHelp() bool {
|
||||||
help := false
|
|
||||||
flags := make(map[string]bool)
|
flags := make(map[string]bool)
|
||||||
flags["--help"] = true
|
flags["--help"] = true
|
||||||
flags["-help"] = true
|
flags["-help"] = true
|
||||||
|
Loading…
Reference in New Issue
Block a user