Skip to content

Commit

Permalink
runtime: delete out of date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
awmorgan committed Jan 20, 2025
1 parent 097b716 commit 0a56798
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/runtime/panic.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0a56798

Please sign in to comment.