From 7d9f8195b76af92ca011eb06e9fbae7cf44189be Mon Sep 17 00:00:00 2001 From: Roy Olav Purser Date: Fri, 18 Jun 2021 15:00:19 +0200 Subject: [PATCH] remove unused variable --- envconf.go | 1 - 1 file changed, 1 deletion(-) diff --git a/envconf.go b/envconf.go index ce370a5..09e97b8 100644 --- a/envconf.go +++ b/envconf.go @@ -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