]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/pgo: remove some unused fields
authorCherry Mui <cherryyz@google.com>
Fri, 4 Nov 2022 00:33:34 +0000 (20:33 -0400)
committerCherry Mui <cherryyz@google.com>
Fri, 4 Nov 2022 20:35:55 +0000 (20:35 +0000)
commita72e133422d3eb2f24ca6f5d834c622137f0ccd2
tree2905348739c985167841302daa0c5546c55fd945
parent1a4cc091a9a0d5729db5f276ed1ad6f3aa768023
cmd/compile/internal/pgo: remove some unused fields

We intentionally don't use file path so it is resilient to code
moving. OrigName and Objfile are also not used currently. Remove
them. (We can add them back if it turns out to be useful.)

Change-Id: I7975d78c874bc21475b9119301088452a4426cb9
Reviewed-on: https://go-review.googlesource.com/c/go/+/447801
Reviewed-by: Michael Pratt <mpratt@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/pgo/graph.go