]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: remove binary package export format
authorMatthew Dempsky <mdempsky@google.com>
Wed, 3 Oct 2018 18:06:55 +0000 (11:06 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 3 Oct 2018 19:24:17 +0000 (19:24 +0000)
commit433496615ff0ec5c2235279dddbe01adf1701fa2
tree02acbef8eb85b058c5448a1a04094da80de957f3
parentd546bebe34960952d8555bd5b19b32f5a90476d8
cmd/compile/internal/gc: remove binary package export format

This CL removes all unused code from bimport.go and bexport.go.

In the interest of keeping this CL strictly delete-only and easier to
review, the task of consolidating the vestigial code elsewhere is left
to future CLs.

Change-Id: Ib757cc27e3fe814cbf534776d026e4d4cddfc6db
Reviewed-on: https://go-review.googlesource.com/c/139338
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/compile/internal/gc/bexport.go
src/cmd/compile/internal/gc/bimport.go