mirror of
https://github.com/golang/go
synced 2024-11-19 15:44:44 -07:00
[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>
This commit is contained in:
parent
6b3462c784
commit
ab150e1ac9
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user