Skip to content

Commit

Permalink
runtime: remove unused GC times from api.next
Browse files Browse the repository at this point in the history
Updates api boilerplate in seperate CL see commit 1845314 for code changes.
Fixes golang#10462

Change-Id: I4e28dbdcdd693688835bcd1d4b0224454aa7154d
Reviewed-on: https://go-review.googlesource.com/9784
Reviewed-by: Austin Clements <[email protected]>
  • Loading branch information
RLH committed May 6, 2015
1 parent 1845314 commit f09a660
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/next.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f09a660

Please sign in to comment.