]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.18: remove some TODOs for changes we aren't mentioning
authorJeremy Faller <jeremy@golang.org>
Thu, 2 Dec 2021 18:18:33 +0000 (13:18 -0500)
committerJeremy Faller <jeremy@golang.org>
Thu, 2 Dec 2021 22:06:27 +0000 (22:06 +0000)
Updates #47694

Change-Id: I8fdbded4aaf974425ee317a1cdd940a5ac88c0b3
Reviewed-on: https://go-review.googlesource.com/c/go/+/368794
Trust: Jeremy Faller <jeremy@golang.org>
Run-TryBot: Jeremy Faller <jeremy@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.18.html

index 8f0fc1fb71f6c3c528eb7d87f219031d63c13970..8dc6a88ef3a7a9a23b97f7d0e3fb5534b801bf70 100644 (file)
@@ -428,10 +428,6 @@ proposal</a>.
       to eliminate the need to perform uintptr to unsafe.Pointer conversions at the callsite (as unsafe.Pointer rules require).
     </p>
 
-    <p><!-- CL 321889 -->
-      TODO: <a href="https://golang.org/cl/321889">https://golang.org/cl/321889</a>: allocate hiter as part of MapIter
-    </p>
-
     <p><!-- CL 321891 -->
       The new
       <a href="/pkg/reflect/#MapIter.Reset"><code>MapIter.Reset</code></a>
@@ -442,10 +438,6 @@ proposal</a>.
       over many maps.
     </p>
 
-    <p><!-- CL 345486 -->
-      TODO: <a href="https://golang.org/cl/345486">https://golang.org/cl/345486</a>: optimize for maps with string keys
-    </p>
-
     <p><!-- CL 352131 -->
       A number of methods (
       <a href="/pkg/reflect#Value.CanInt"><code>Value.CanInt</code></a>,