summaryrefslogtreecommitdiffhomepage
path: root/pkg/sync/aliases.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-01-22 03:49:16 +0000
committergVisor bot <gvisor-bot@google.com>2020-01-22 03:49:16 +0000
commit86af6e6efa1d0798757fc530c5907985369fa6fe (patch)
treea375a39778431d1ae215b08a8e37bdc5726366bb /pkg/sync/aliases.go
parent4450d973d9b18d7bfc9a7647cc5640440df6de70 (diff)
parent6a59e7f510a7b12f8b3bd768dfe569033ef07d30 (diff)
Merge release-20200115.0-69-g6a59e7f (automated)
Diffstat (limited to 'pkg/sync/aliases.go')
-rwxr-xr-xpkg/sync/aliases.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/sync/aliases.go b/pkg/sync/aliases.go
index 20c7ca041..d2d7132fa 100755
--- a/pkg/sync/aliases.go
+++ b/pkg/sync/aliases.go
@@ -11,12 +11,6 @@ import (
// Aliases of standard library types.
type (
- // Mutex is an alias of sync.Mutex.
- Mutex = sync.Mutex
-
- // RWMutex is an alias of sync.RWMutex.
- RWMutex = sync.RWMutex
-
// Cond is an alias of sync.Cond.
Cond = sync.Cond