summaryrefslogtreecommitdiffhomepage
path: root/pkg/sync/aliases.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sync/aliases.go')
-rw-r--r--pkg/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 100644
--- 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