Skip to content

Commit

Permalink
fixing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
grantnelson-wf committed Nov 20, 2024
1 parent 4ae28eb commit af5c6ae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compiler/internal/analysis/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@ func (info *Info) IsBlocking(inst typeparams.Instance) bool {
if funInfo := info.FuncInfo(inst); funInfo != nil {
return funInfo.IsBlocking()
}

info.funcInstInfos.Iterate(func(inst typeparams.Instance, fi *FuncInfo) {
fmt.Println(inst.TypeString())
})

panic(fmt.Errorf(`info did not have function declaration instance for %q`, inst.TypeString()))
}

Expand Down

0 comments on commit af5c6ae

Please sign in to comment.