diff --git a/src/runtime/panic.go b/src/runtime/panic.go index dc7a7fe357e091..3ffb3966d026c8 100644 --- a/src/runtime/panic.go +++ b/src/runtime/panic.go @@ -1068,9 +1068,6 @@ func internal_sync_fatal(s string) { // throw should be used for runtime-internal fatal errors where Go itself, // rather than user code, may be at fault for the failure. // -// NOTE: temporarily marked "go:noinline" pending investigation/fix of -// issue #67274, so as to fix longtest builders. -// // throw should be an internal detail, // but widely used packages access it using linkname. // Notable members of the hall of shame include: