Merge pull request #373 from carlanton/master

agent: Remove redundant assignment
This commit is contained in:
Armon Dadgar 2014-09-29 14:08:43 -07:00
commit 1255d1aaf5
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 {
return 1
}
c.args = args
// Check GOMAXPROCS
if runtime.GOMAXPROCS(0) == 1 {