]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused parameter from bestFitTreap
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 6 Apr 2017 12:18:45 +0000 (13:18 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 6 Apr 2017 17:20:43 +0000 (17:20 +0000)
commit4e7724b2db4163f88a542fa0ff0dc72dfc5698de
tree2c1504276837df066628c833f34183d41827bd67
parent5c359d80837cd7f546f2d709dc270099b5dd5fe0
runtime: remove unused parameter from bestFitTreap

This code was added recently, and it doesn't seem like the parameter
will be useful in the near future.

Change-Id: I5d64dadb6820c159b588262ab90df2461b5fdf04
Reviewed-on: https://go-review.googlesource.com/39692
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mheap.go