1
0
mirror of https://github.com/golang/go synced 2024-09-28 21:14:28 -06:00

cmd/compile/internal/devirtualize: remove unnecessary comment

This commit is contained in:
thepudds 2023-06-02 18:02:14 -04:00
parent 8a314f7577
commit 2d53c55fd8

View File

@ -185,7 +185,6 @@ func shouldPGODevirt(fn *ir.Func) bool {
}()
}
// Local function.
reason = inline.InlineImpossible(fn)
if reason != "" {
return false