Merge pull request #373 from carlanton/master
agent: Remove redundant assignment
This commit is contained in:
commit
1255d1aaf5
|
@ -367,7 +367,6 @@ func (c *Command) Run(args []string) int {
|
||||||
if config == nil {
|
if config == nil {
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
c.args = args
|
|
||||||
|
|
||||||
// Check GOMAXPROCS
|
// Check GOMAXPROCS
|
||||||
if runtime.GOMAXPROCS(0) == 1 {
|
if runtime.GOMAXPROCS(0) == 1 {
|
||||||
|
|
Loading…
Reference in New Issue