aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2021-06-08 20:38:30 +0000
committerCherry Mui <cherryyz@google.com>2021-06-08 20:39:45 +0000
commitcb80937bf6b728fa56ee315d2c079f07c2f9f2a1 (patch)
tree296aaa188389b6a777630d5723ed3cf00d77f563 /doc
parentd3e3d03666bbd8784007bbb78a75864aac786967 (diff)
downloadgo-cb80937bf6b728fa56ee315d2c079f07c2f9f2a1.tar.gz
go-cb80937bf6b728fa56ee315d2c079f07c2f9f2a1.zip
Revert "doc/go1.17: mention block profile bias fix"
This reverts CL 324471 (commit 689f4c7415acc8a135440574a483e0eeabba8b87). Reason for revert: break ~all builders. And it is not a doc-only change. Change-Id: Iadbdda34d2ca476a9f5e6c2d3a28592ed7ccb067 Reviewed-on: https://go-review.googlesource.com/c/go/+/326170 Trust: Cherry Mui <cherryyz@google.com> Run-TryBot: Cherry Mui <cherryyz@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.17.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 56f88e6724..1e153377d6 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -737,16 +737,6 @@ Do not send CLs removing the interior tags from such phrases.
</dd>
</dl><!-- runtime/metrics -->
-
-<dl id="runtime/pprof"><dt><a href="/pkg/runtime/pprof">runtime/pprof</a></dt>
- <dd>
- <p><!-- CL 299991 -->
- Block profiles are no longer biased to favor infrequent long events over
- frequent short events.
- </p>
- </dd>
-</dl><!-- runtime/pprof -->
-
<dl id="strconv"><dt><a href="/pkg/strconv/">strconv</a></dt>
<dd>
<p><!-- CL 170079 -->