Skip to content

Commit c020c7a

Browse files
committed
Removed unused SystemMutex and NoMutext types
1 parent e156ab6 commit c020c7a

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

atomiccontext_test.go

-8
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ func TestLockedContext(t *testing.T) {
6565
run(t, new(sync.Mutex))
6666
})
6767

68-
t.Run("SystemMutex", func(t *testing.T) {
69-
run(t, new(SystemMutex))
70-
})
71-
7268
t.Run("SpinMutex", func(t *testing.T) {
7369
run(t, new(SpinMutex))
7470
})
@@ -150,10 +146,6 @@ func TestRTMContext(t *testing.T) {
150146
run(t, new(sync.Mutex))
151147
})
152148

153-
t.Run("SystemMutex", func(t *testing.T) {
154-
run(t, new(SystemMutex))
155-
})
156-
157149
t.Run("SpinMutex", func(t *testing.T) {
158150
run(t, new(SpinMutex))
159151
})

locks.go

-23
This file was deleted.

0 commit comments

Comments
 (0)