Skip to content

Commit 2d53c55

Browse files
committed
cmd/compile/internal/devirtualize: remove unnecessary comment
1 parent 8a314f7 commit 2d53c55

File tree

1 file changed

+0
-1
lines changed
  • src/cmd/compile/internal/devirtualize

1 file changed

+0
-1
lines changed

src/cmd/compile/internal/devirtualize/pgo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ func shouldPGODevirt(fn *ir.Func) bool {
185185
}()
186186
}
187187

188-
// Local function.
189188
reason = inline.InlineImpossible(fn)
190189
if reason != "" {
191190
return false

0 commit comments

Comments
 (0)