Skip to content

Commit 16ca2f0

Browse files
kolyshkingopherbot
authored andcommitted
go/cfg: rm unused field
This was added by CL 555255 but is never used in there; probably a leftover from an earlier code version. Change-Id: I93fc6389577498c6bc09a155a4bfe6b9ecd627ca Reviewed-on: https://go-review.googlesource.com/c/tools/+/702521 Commit-Queue: Alan Donovan <adonovan@google.com> Auto-Submit: Kirill Kolyshkin <kolyshkin@gmail.com> Auto-Submit: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Robert Findley <rfindley@google.com> Reviewed-by: Alan Donovan <adonovan@google.com>
1 parent 71756c7 commit 16ca2f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

go/cfg/cfg.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ import (
5353
//
5454
// The entry point is Blocks[0]; there may be multiple return blocks.
5555
type CFG struct {
56-
fset *token.FileSet
5756
Blocks []*Block // block[0] is entry; order otherwise undefined
5857
}
5958

0 commit comments

Comments
 (0)