]> Cypherpunks repositories - gostls13.git/commit
[dev.garbage] runtime: remove unused head/end arguments from freeSpan
authorAustin Clements <austin@google.com>
Thu, 28 Apr 2016 14:53:25 +0000 (10:53 -0400)
committerAustin Clements <austin@google.com>
Fri, 29 Apr 2016 03:53:08 +0000 (03:53 +0000)
commit15744c92de5e6a2295bfbae2126b19c124bbb46a
tree5867ce2feebe10a67f0f4ae0da7d24015fb90ef5
parent2fb75ea6c65d03c3fda89c8e954712a2fa97b052
[dev.garbage] runtime: remove unused head/end arguments from freeSpan

These used to be used for the list of newly freed objects, but that's
no longer a thing.

Change-Id: I5a4503137b74ec0eae5372ca271b1aa0b32df074
Reviewed-on: https://go-review.googlesource.com/22557
Reviewed-by: Rick Hudson <rlh@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/mcentral.go
src/runtime/mgcsweep.go