From 691b6ca3de2cd601f274ae41b32d83e08e5b0e2d Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 1 Jun 2023 06:13:46 -0700 Subject: [PATCH] doc: remove relnote TODO by merging with another section This change was already described in the linker section. Change-Id: I3e36dbd66b3b53c5f0063b0d67d8773383f1f77f Reviewed-on: https://go-review.googlesource.com/c/go/+/499817 Auto-Submit: Eli Bendersky Reviewed-by: Eli Bendersky TryBot-Bypass: Eli Bendersky Reviewed-by: Ian Lance Taylor --- doc/go1.21.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/go1.21.html b/doc/go1.21.html index 6961581776..e9ab899405 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -277,11 +277,6 @@ Do not send CLs removing the interior tags from such phrases. such as inlining the callee.

- -

- -

-

TODO: complete this section, or delete if not needed

@@ -305,7 +300,7 @@ Do not send CLs removing the interior tags from such phrases.

- +

In Go 1.21 the linker (with help from the compiler) is now capable of deleting dead (unreferenced) global map variables, if the number of -- 2.50.0