aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorMichael Anthony Knyszek <mknyszek@google.com>2021-01-08 16:56:24 +0000
committerMichael Knyszek <mknyszek@google.com>2021-01-08 18:15:43 +0000
commit8f6a9acbb3f63a77175eaa153cace5f3b6d611b2 (patch)
tree4bc72fe90f6c03a8ffdbb35a1d380d2f71c66551 /api
parent6598c65646dbb740a6668ffdaffec5627efc95e4 (diff)
downloadgo-8f6a9acbb3f63a77175eaa153cace5f3b6d611b2.tar.gz
go-8f6a9acbb3f63a77175eaa153cace5f3b6d611b2.zip
runtime/metrics: remove unused StopTheWorld Description field
This change removes the as-of-yet unused StopTheWorld field in the Description struct. Adding a new field to a struct is much easier than removing it, so let's save it for when we actually need it. Change-Id: I8074b8569187c1a148500575fa8a661534e875d5 Reviewed-on: https://go-review.googlesource.com/c/go/+/282632 Run-TryBot: Michael Knyszek <mknyszek@google.com> TryBot-Result: Go Bot <gobot@golang.org> Trust: Michael Knyszek <mknyszek@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Austin Clements <austin@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/go1.16.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/go1.16.txt b/api/go1.16.txt
index baac5379f8..8a8c6b8860 100644
--- a/api/go1.16.txt
+++ b/api/go1.16.txt
@@ -395,7 +395,6 @@ pkg runtime/metrics, type Description struct, Cumulative bool
pkg runtime/metrics, type Description struct, Description string
pkg runtime/metrics, type Description struct, Kind ValueKind
pkg runtime/metrics, type Description struct, Name string
-pkg runtime/metrics, type Description struct, StopTheWorld bool
pkg runtime/metrics, type Float64Histogram struct
pkg runtime/metrics, type Float64Histogram struct, Buckets []float64
pkg runtime/metrics, type Float64Histogram struct, Counts []uint64