From: Rick Hudson Date: Wed, 6 May 2015 13:10:27 +0000 (-0400) Subject: runtime: remove unused GC times from api.next X-Git-Tag: go1.5beta1~712 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f09a660eab357ce1030261682048bbe119589d84;p=gostls13.git 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 --- 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()