File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
cmd/compile/internal/types2 Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ func (subst *subster) typ(typ Type) Type {
224
224
return named
225
225
}
226
226
227
- t .orig .resolve (subst .env )
228
227
// Create a new instance and populate the environment to avoid endless
229
228
// recursion. The position used here is irrelevant because validation only
230
229
// occurs on t (we don't call validType on named), but we use subst.pos to
Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ func (subst *subster) typ(typ Type) Type {
210
210
return named
211
211
}
212
212
213
- t .orig .resolve (subst .env )
214
213
// Create a new instance and populate the environment to avoid endless
215
214
// recursion. The position used here is irrelevant because validation only
216
215
// occurs on t (we don't call validType on named), but we use subst.pos to
You can’t perform that action at this time.
0 commit comments