]> Cypherpunks repositories - gostls13.git/commit
cmd/link: clean up some unnecessary casts
authorCherry Mui <cherryyz@google.com>
Thu, 14 Sep 2023 18:02:47 +0000 (14:02 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 14 Sep 2023 18:47:36 +0000 (18:47 +0000)
commit743121c45c0d8d6322046f2b14c1d17b39b612f1
tree08e276c640586c0b419b1a9f6c85011e3564e806
parent09300d89e94da7b1f32742e80768acc711b5c590
cmd/link: clean up some unnecessary casts

In CL 527822, the type of FlagRound is changed to *int64, so casts
to int64 are no longer necessary. Remove them.

Change-Id: I68a89f6e51e0ae3813cb79959b8062ca6bea4980
Reviewed-on: https://go-review.googlesource.com/c/go/+/528575
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/macho.go
src/cmd/link/internal/ld/macho_combine_dwarf.go
src/cmd/link/internal/ld/xcoff.go