From 0a56798267d03235f132c9524c71518e113135cc Mon Sep 17 00:00:00 2001 From: Bill Morgan Date: Sun, 19 Jan 2025 19:55:52 -0600 Subject: [PATCH] runtime: delete out of date comment For #71328. --- src/runtime/panic.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/runtime/panic.go b/src/runtime/panic.go index 5b62e019d92b5a..3cb17210a88b2f 100644 --- a/src/runtime/panic.go +++ b/src/runtime/panic.go @@ -1038,9 +1038,6 @@ func 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: