mirror of https://github.com/hashicorp/consul
Remove redundant assignment
parent
6d4b8bbd56
commit
b8ae4b7d92
|
@ -367,7 +367,6 @@ func (c *Command) Run(args []string) int {
|
|||
if config == nil {
|
||||
return 1
|
||||
}
|
||||
c.args = args
|
||||
|
||||
// Check GOMAXPROCS
|
||||
if runtime.GOMAXPROCS(0) == 1 {
|
||||
|
|
Loading…
Reference in New Issue