Skip to content

Commit 8e317da

Browse files
felixgegopherbot
authored andcommitted
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 <[email protected]> Reviewed-by: David Chase <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Auto-Submit: Michael Knyszek <[email protected]>
1 parent f67d8ff commit 8e317da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/internal/trace/resources.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ type StateTransition struct {
224224

225225
// The actual transition data. Stored in a neutral form so that
226226
// we don't need fields for every kind of resource.
227-
id int64
228227
oldState uint8
229228
newState uint8
230229
}

0 commit comments

Comments
 (0)