diff --git a/src/cmd/compile/internal/gc/inl.go b/src/cmd/compile/internal/gc/inl.go index 5013c556631..addba98e3ec 100644 --- a/src/cmd/compile/internal/gc/inl.go +++ b/src/cmd/compile/internal/gc/inl.go @@ -343,10 +343,6 @@ func (v *hairyVisitor) visit(n *Node) bool { // runtime.heapBits.next even though // it calls slow-path // runtime.heapBits.nextArena. - // - // TODO(austin): Once mid-stack - // inlining is the default, remove - // this special case. break } }