]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused GC timers
authorRick Hudson <rlh@golang.org>
Mon, 4 May 2015 18:03:07 +0000 (14:03 -0400)
committerRick Hudson <rlh@golang.org>
Wed, 6 May 2015 12:53:08 +0000 (12:53 +0000)
commit18453145608e34ba80e7f32540537edc67b70bfb
treee143f7ce2faa1f1b97aa47d404a2160c9bca6e60
parent9d0a2e4d6ef6bb97e9780f2def181e5d5edca718
runtime: remove unused GC timers

During development some tracing routines were added that are not
needed in the release. These included GCstarttimes, GCendtimes, and
GCprinttimes.
Fixes #10462

Change-Id: I0788e6409d61038571a5ae0cbbab793102df0a65
Reviewed-on: https://go-review.googlesource.com/9689
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/mgc.go