From: Michael Matloob Date: Thu, 12 Nov 2015 15:44:37 +0000 (-0500) Subject: cmd/compile: delete the runtime_internal_atomic.go builtin defs file X-Git-Tag: go1.6beta1~506 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=87a65f6ce7322de799843cfa991a5e7e36de90d5;p=gostls13.git 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 --- diff --git a/src/cmd/compile/internal/gc/builtin/runtime_internal_atomic.go b/src/cmd/compile/internal/gc/builtin/runtime_internal_atomic.go deleted file mode 100644 index e31c574047..0000000000 --- a/src/cmd/compile/internal/gc/builtin/runtime_internal_atomic.go +++ /dev/null @@ -1,3 +0,0 @@ -// +build ignore - -package PACKAGE