From 6705ac688528b5a9ef7ec94ba04ab1f65f048a75 Mon Sep 17 00:00:00 2001 From: Paul Cacheux Date: Sun, 8 Dec 2024 21:45:48 +0100 Subject: [PATCH] runtime: remove datadog-agent from prof labels hall of shame github.com/DataDog/datadog-agent has stopped using runtime_setProfLabel and runtime_getProfLabel, remove them from the hall of shame. Updates #67401 Change-Id: I4a66c5e70397d43d7f064aeae5bad064e168316f Reviewed-on: https://go-review.googlesource.com/c/go/+/634476 Auto-Submit: Ian Lance Taylor Reviewed-by: Cherry Mui LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor --- src/runtime/proflabel.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/runtime/proflabel.go b/src/runtime/proflabel.go index 1a5e7e5e2f..f9b9dd16a5 100644 --- a/src/runtime/proflabel.go +++ b/src/runtime/proflabel.go @@ -12,7 +12,6 @@ var labelSync uintptr // but widely used packages access it using linkname. // Notable members of the hall of shame include: // - github.com/cloudwego/localsession -// - github.com/DataDog/datadog-agent // // Do not remove or change the type signature. // See go.dev/issue/67401. @@ -47,7 +46,6 @@ func runtime_setProfLabel(labels unsafe.Pointer) { // but widely used packages access it using linkname. // Notable members of the hall of shame include: // - github.com/cloudwego/localsession -// - github.com/DataDog/datadog-agent // // Do not remove or change the type signature. // See go.dev/issue/67401. -- 2.48.1