commit | 8c2484ec11d27324423e3cf27cc9ac6b34394c7d | [log] [tgz] |
---|---|---|
author | Dmitriy Vyukov <dvyukov@google.com> | Wed Sep 17 21:22:11 2014 -0700 |
committer | Dmitriy Vyukov <dvyukov@google.com> | Wed Sep 17 21:22:11 2014 -0700 |
tree | 23c71f751df52cc097ea3e2b6f7462b391a8f3e0 | |
parent | ed7db89b90409c1ef0be44f4e5cea7dd6475ba4e [diff] |
sync/atomic: remove unnecessary race instrumentation in Value It is left from the time when Value was implemented in assembly. Now it is implemented in Go and race detector understands Go. In particular the atomic operations must provide all necessary synchronization. LGTM=adg R=golang-codereviews, adg CC=golang-codereviews, khr, rsc https://golang.org/cl/145880043