mirror of
https://github.com/golang/go.git
synced 2025-10-19 11:03:18 +00:00
internal/trace: remove unused StateTransition.id field
Change-Id: I6a6a69647e6d91f9fd937032d95cbaf5d737fd5d Reviewed-on: https://go-review.googlesource.com/c/go/+/694619 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Auto-Submit: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
f67d8ff34a
commit
8e317da77d
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ type StateTransition struct {
|
|||
|
||||
// The actual transition data. Stored in a neutral form so that
|
||||
// we don't need fields for every kind of resource.
|
||||
id int64
|
||||
oldState uint8
|
||||
newState uint8
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue