]> Cypherpunks.ru repositories - gostls13.git/commit
runtime/metrics: remove unused StopTheWorld Description field
authorMichael Anthony Knyszek <mknyszek@google.com>
Fri, 8 Jan 2021 16:56:24 +0000 (16:56 +0000)
committerMichael Knyszek <mknyszek@google.com>
Fri, 8 Jan 2021 18:15:43 +0000 (18:15 +0000)
commit8f6a9acbb3f63a77175eaa153cace5f3b6d611b2
tree4bc72fe90f6c03a8ffdbb35a1d380d2f71c66551
parent6598c65646dbb740a6668ffdaffec5627efc95e4
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>
api/go1.16.txt
src/runtime/metrics/description.go