]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: delete the runtime_internal_atomic.go builtin defs file
authorMichael Matloob <matloob@golang.org>
Thu, 12 Nov 2015 15:44:37 +0000 (10:44 -0500)
committerMichael Matloob <matloob@golang.org>
Thu, 12 Nov 2015 17:27:28 +0000 (17:27 +0000)
commit87a65f6ce7322de799843cfa991a5e7e36de90d5
tree7a4275fea19276e298ce39ce00b7a9d9208abcf2
parent9f38d66857e33996489e2b25781047b2cb75b8a1
cmd/compile: delete the runtime_internal_atomic.go builtin defs file

The file was automatically placed in the cl by a tool I had built.
Since the compiler doesn't hook into the atomic package, it's unnecessary.

Change-Id: I631fd876813b381bb12604865b00fc5b268dce84
Reviewed-on: https://go-review.googlesource.com/16844
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/builtin/runtime_internal_atomic.go [deleted file]