We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683810a commit 6449058Copy full SHA for 6449058
src/runtime/mfinal.go
@@ -338,11 +338,6 @@ func blockUntilEmptyFinalizerQueue(timeout int64) bool {
338
return false
339
}
340
341
-//go:linkname unique_runtime_blockUntilEmptyFinalizerQueue unique.runtime_blockUntilEmptyFinalizerQueue
342
-func unique_runtime_blockUntilEmptyFinalizerQueue(timeout int64) bool {
343
- return blockUntilEmptyFinalizerQueue(timeout)
344
-}
345
-
346
// SetFinalizer sets the finalizer associated with obj to the provided
347
// finalizer function. When the garbage collector finds an unreachable block
348
// with an associated finalizer, it clears the association and runs
0 commit comments