]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: remove unused reflectdata import
authorDmitri Shuralyov <dmitshur@golang.org>
Sat, 19 Aug 2023 22:59:04 +0000 (18:59 -0400)
committerGopher Robot <gobot@golang.org>
Sat, 19 Aug 2023 23:35:09 +0000 (23:35 +0000)
commit69285cd778274a08469f1fe38157a22f2c29ce0b
tree1f2d4484ddbecb595ef2f82068f1312b833269be
parent81d9214ff6e40bcba2c803c4fcfa14f7e6f57f6d
cmd/compile/internal/gc: remove unused reflectdata import

CL 521036 was prepared and tested before the revert CL 521155,
and it so happens that the reflectdata import ended up unused.
Drop it to fix the build.

Change-Id: I230c8fee616fc58cc82f3e5da886bcee2e02a3d3
Reviewed-on: https://go-review.googlesource.com/c/go/+/521175
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/compile/internal/gc/main.go