]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.ssa] all: merge from tip to get dev.ssa current
authorKeith Randall <khr@golang.org>
Thu, 5 May 2016 20:05:16 +0000 (13:05 -0700)
committerKeith Randall <khr@golang.org>
Thu, 5 May 2016 20:47:51 +0000 (20:47 +0000)
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 <bradfitz@golang.org>
src/runtime/runtime1.go

index 400ea296a9b3bba93b65164c29b19221726618b1..d25042da41551af69c654f0b75705b51915db25e 100644 (file)
@@ -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))