]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove two unnecessary Pkg fields
authorMatthew Dempsky <mdempsky@google.com>
Tue, 13 Sep 2016 22:33:55 +0000 (15:33 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 13 Sep 2016 23:08:57 +0000 (23:08 +0000)
commit429eb3c6960a0b919a150aaa570e6a3f6f8758e9
tree80a02f1cf0ffacce1afc28eb76206e5aa5382272
parent2b5c18c99e1be7c779706e23f99717a84d7d882b
cmd/compile: remove two unnecessary Pkg fields

Exported is no longer used since removing the text-format exporter,
and Safe is only used within importfile so it can be made into a local
variable.

Change-Id: I92986f704d7952759c79d9243620a22c24602333
Reviewed-on: https://go-review.googlesource.com/29115
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/go.go
src/cmd/compile/internal/gc/main.go