mirror of
https://github.com/golang/go
synced 2024-11-19 01:44:40 -07:00
x/tools/go/ssa: remove unused field from NamedConst
Found with honnef.co/go/tools/cmd/unused. Change-Id: I68b4af07cc64a46f5794a0e339859f4d6bc9dad1 Reviewed-on: https://go-review.googlesource.com/37605 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
43de7a390a
commit
36a48c93a6
@ -92,7 +92,6 @@ type Type struct {
|
||||
type NamedConst struct {
|
||||
object *types.Const
|
||||
Value *Const
|
||||
pos token.Pos
|
||||
pkg *Package
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user