Skip to content

Commit

Permalink
cue/build: remove unused Scope field
Browse files Browse the repository at this point in the history
Change-Id: I4fd40af6e8ca92e215e77a84e66f027f86e32e92
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/9346
Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
Reviewed-by: Paul Jolly <paul@myitcv.org.uk>
  • Loading branch information
mpvl committed Apr 8, 2021
1 parent e440183 commit e70a1db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cue/build/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ type Instance struct {
loadFunc LoadFunc
done bool

// Scope is another instance that may be used to resolve any unresolved
// reference of this instance. For instance, tool and test instances
// may refer to top-level fields in their package scope.
Scope *Instance

// PkgName is the name specified in the package clause.
PkgName string
hasName bool
Expand Down

0 comments on commit e70a1db

Please sign in to comment.