]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: remove unused pkgByPath type
authorDave Cheney <dave@cheney.net>
Fri, 7 Apr 2017 22:03:51 +0000 (08:03 +1000)
committerDave Cheney <dave@cheney.net>
Fri, 7 Apr 2017 22:38:44 +0000 (22:38 +0000)
commitfd83d7b8d26926f08a5cbffa177ed56272e75ca7
tree17bc3342d2766f0690cdb489cec42ce81177f9ae
parent6d9c77f5ddb323b8536dd662bd36042f1996016d
cmd/compile/internal/gc: remove unused pkgByPath type

pkgByPath was added in d78c84c4 to eliminate the differences between the
export formats around the time of Go 1.7.

The last remnants of the textual export format was removed by Josh in
39850 making the pkgByPath sorting type unused.

Change-Id: I168816d6401f45119475a4fe5ada00d9ce571a9e
Reviewed-on: https://go-review.googlesource.com/40050
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/reflect.go