From ab150e1ac93b720b4591d618e4fe35988044ee54 Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Thu, 5 May 2016 13:05:16 -0700 Subject: [PATCH] [dev.ssa] all: merge from tip to get dev.ssa current So we can start working on other architectures here. Change is a dummy to keep git happy. Change-Id: I1caa62a242790601810a1ff72af7ea9773d4da76 Reviewed-on: https://go-review.googlesource.com/22822 Reviewed-by: Brad Fitzpatrick --- src/runtime/runtime1.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/runtime1.go b/src/runtime/runtime1.go index 400ea296a9..d25042da41 100644 --- a/src/runtime/runtime1.go +++ b/src/runtime/runtime1.go @@ -68,7 +68,6 @@ func goargs() { if GOOS == "windows" { return } - argslice = make([]string, argc) for i := int32(0); i < argc; i++ { argslice[i] = gostringnocopy(argv_index(argv, i))