aboutsummaryrefslogtreecommitdiff
path: root/go/types/typeutil/ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/types/typeutil/ui.go')
-rw-r--r--go/types/typeutil/ui.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/go/types/typeutil/ui.go b/go/types/typeutil/ui.go
index 9849c24ce..fa55b0a1e 100644
--- a/go/types/typeutil/ui.go
+++ b/go/types/typeutil/ui.go
@@ -22,7 +22,6 @@ import "go/types"
// this function is intended only for user interfaces.
//
// The order of the result is as for types.MethodSet(T).
-//
func IntuitiveMethodSet(T types.Type, msets *MethodSetCache) []*types.Selection {
isPointerToConcrete := func(T types.Type) bool {
ptr, ok := T.(*types.Pointer)