summaryrefslogtreecommitdiff
path: root/src/pkg/sync/xadd_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/sync/xadd_test.go')
-rw-r--r--src/pkg/sync/xadd_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/pkg/sync/xadd_test.go b/src/pkg/sync/xadd_test.go
deleted file mode 100644
index 8b2ef76e6..000000000
--- a/src/pkg/sync/xadd_test.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2009 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package sync
-
-func Xadd(val *uint32, delta int32) (new uint32) {
- return xadd(val, delta)
-}