]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unnecessary traceNextGC
authorAustin Clements <austin@google.com>
Mon, 13 Apr 2015 22:38:16 +0000 (18:38 -0400)
committerAustin Clements <austin@google.com>
Tue, 14 Apr 2015 20:54:23 +0000 (20:54 +0000)
commitbedb6f8aef1f0374e3d4556b3b08dd9e52c16298
tree02de75c076616891f6bc2fb42225d43105f759a9
parent21e37daa49d233e2ba298cb154f409de1f3f748d
runtime: remove unnecessary traceNextGC

Commit d7e0ad4 removed the next_gc manipulation from mSpan_Sweep, but
left in the traceNextGC() for recording the updated next_gc
value. Remove this now unnecessary call.

Change-Id: I28e0de071661199be9810d7bdcc81ce50b5a58ae
Reviewed-on: https://go-review.googlesource.com/8894
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mgcsweep.go