mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
x/tools/refactor/eg: remove unused variable
Found with honnef.co/go/tools/cmd/unused. Change-Id: I4a39f337a266e14f0188d32cf89a7e19718e0ded Reviewed-on: https://go-review.googlesource.com/37630 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
79902b439b
commit
64f598be56
@ -151,7 +151,6 @@ var (
|
||||
selectorExprType = reflect.TypeOf((*ast.SelectorExpr)(nil))
|
||||
objectPtrType = reflect.TypeOf((*ast.Object)(nil))
|
||||
positionType = reflect.TypeOf(token.NoPos)
|
||||
callExprType = reflect.TypeOf((*ast.CallExpr)(nil))
|
||||
scopePtrType = reflect.TypeOf((*ast.Scope)(nil))
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user