From f09a660eab357ce1030261682048bbe119589d84 Mon Sep 17 00:00:00 2001 From: Rick Hudson Date: Wed, 6 May 2015 09:10:27 -0400 Subject: [PATCH] runtime: remove unused GC times from api.next Updates api boilerplate in seperate CL see commit 1845314 for code changes. Fixes #10462 Change-Id: I4e28dbdcdd693688835bcd1d4b0224454aa7154d Reviewed-on: https://go-review.googlesource.com/9784 Reviewed-by: Austin Clements --- api/next.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/next.txt b/api/next.txt index 59c3f936d2..cebbe877b6 100644 --- a/api/next.txt +++ b/api/next.txt @@ -778,9 +778,6 @@ pkg net/http/pprof, func Trace(http.ResponseWriter, *http.Request) pkg net/smtp, method (*Client) TLSConnectionState() (tls.ConnectionState, bool) pkg os/signal, func Ignore(...os.Signal) pkg os/signal, func Reset(...os.Signal) -pkg runtime, func GCendtimes() -pkg runtime, func GCprinttimes() -pkg runtime, func GCstarttimes(int64) pkg runtime, func ReadTrace() []uint8 pkg runtime, func StartTrace() error pkg runtime, func StopTrace() -- 2.48.1