Remove redundant assignment

This commit is contained in:
Anton Lindström 2014-09-29 14:22:31 +02:00
parent 4037f7c41c
commit 7f8f3c8edc
1 changed files with 0 additions and 1 deletions

View File

@ -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 {