From b8ae4b7d92e98a307941db34bc1135844dfc7fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Lindstr=C3=B6m?= Date: Mon, 29 Sep 2014 14:22:31 +0200 Subject: [PATCH] Remove redundant assignment --- command/agent/command.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command/agent/command.go b/command/agent/command.go index c096aac3b9..7ba1f0dd6e 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -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 {