mirror of
https://github.com/golang/go
synced 2024-11-18 08:54:45 -07:00
x/tools/cmd/guru: remove unused method.
Found with honnef.co/go/tools/cmd/unused. Change-Id: Ied3a906269ca7782071428eeb1764b3b863576a2 Reviewed-on: https://go-review.googlesource.com/37600 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
e06694fefd
commit
8211efe185
@ -65,11 +65,6 @@ func (qpos *queryPos) objectString(obj types.Object) string {
|
||||
return types.ObjectString(obj, types.RelativeTo(qpos.info.Pkg))
|
||||
}
|
||||
|
||||
// SelectionString prints selection sel relative to the query position.
|
||||
func (qpos *queryPos) selectionString(sel *types.Selection) string {
|
||||
return types.SelectionString(sel, types.RelativeTo(qpos.info.Pkg))
|
||||
}
|
||||
|
||||
// A Query specifies a single guru query.
|
||||
type Query struct {
|
||||
Pos string // query position
|
||||
|
Loading…
Reference in New Issue
Block a user