]> Cypherpunks repositories - gostls13.git/commit
runtime: remove markBits.clearMarkedNonAtomic
authorIan Lance Taylor <iant@golang.org>
Sat, 4 Feb 2017 22:05:20 +0000 (14:05 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 6 Feb 2017 04:45:55 +0000 (04:45 +0000)
commit6aee6b895c219300c9c089b79f81c80f0e468dd7
tree505c208dd8d25cebd7e641a31ae4dfcc5fa0c42a
parent172311ce10c823c470d23060317f79c5059f041b
runtime: remove markBits.clearMarkedNonAtomic

It's not used, it's never been used, and it doesn't do what its doc
comment says it does.

Fixes #18941.

Change-Id: Ia89d97fb87525f5b861d7701f919e0d6b7cbd376
Reviewed-on: https://go-review.googlesource.com/36322
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/mbitmap.go