diff --git a/src/runtime/proflabel.go b/src/runtime/proflabel.go index 1a5e7e5e2f1..f9b9dd16a50 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.