From: Keith Randall Date: Thu, 5 May 2016 20:05:16 +0000 (-0700) Subject: [dev.ssa] all: merge from tip to get dev.ssa current X-Git-Tag: go1.8beta1~1892^2^2~75 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ab150e1ac93b720b4591d618e4fe35988044ee54;p=gostls13.git [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 --- 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))