From 7f8f3c8edca94fc9fb2c407bc707d84a9803f025 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 c096aac3b..7ba1f0dd6 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 {