]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove unused GC times from api.next
authorRick Hudson <rlh@golang.org>
Wed, 6 May 2015 13:10:27 +0000 (09:10 -0400)
committerRick Hudson <rlh@golang.org>
Wed, 6 May 2015 14:49:26 +0000 (14:49 +0000)
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 <austin@google.com>
api/next.txt

index 59c3f936d2d1356bc8810b6d7b13a9b8bb792544..cebbe877b68e319e5d43c008dd563c3460a7c2e8 100644 (file)
@@ -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()