aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime1.go
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2016-05-05 13:05:16 -0700
committerKeith Randall <khr@golang.org>2016-05-05 20:47:51 +0000
commitab150e1ac93b720b4591d618e4fe35988044ee54 (patch)
tree970722629e2e542aac202904e116a9c11279434b /src/runtime/runtime1.go
parent6b3462c784df961f22eea0c39490b38093086b83 (diff)
downloadgo-ab150e1ac93b720b4591d618e4fe35988044ee54.tar.xz
[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 <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/runtime1.go')
-rw-r--r--src/runtime/runtime1.go1
1 files changed, 0 insertions, 1 deletions
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))