aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/unify.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/types/unify.go')
-rw-r--r--src/go/types/unify.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/go/types/unify.go b/src/go/types/unify.go
index da57e533cc..90a5cf7c72 100644
--- a/src/go/types/unify.go
+++ b/src/go/types/unify.go
@@ -456,9 +456,6 @@ func (u *unifier) nify(x, y Type, p *ifacePair) bool {
// are identical if they originate in the same declaration.
return x == y
- // case *instance:
- // unreachable since types are expanded
-
case nil:
// avoid a crash in case of nil type