]> Cypherpunks repositories - gostls13.git/commitdiff
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)
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

index c8f1dae72873f2797da0cc152a3f9daa4b4d46c7..f38438b7b312aa227aee0dde8378607e94629387 100644 (file)
@@ -19,7 +19,6 @@ import (
        "cmd/compile/internal/noder"
        "cmd/compile/internal/pgo"
        "cmd/compile/internal/pkginit"
-       "cmd/compile/internal/reflectdata"
        "cmd/compile/internal/ssa"
        "cmd/compile/internal/ssagen"
        "cmd/compile/internal/staticinit"