Skip to content

Commit

Permalink
Removed unused SystemMutex and NoMutext types
Browse files Browse the repository at this point in the history
  • Loading branch information
linux4life798 committed Oct 2, 2018
1 parent e156ab6 commit c020c7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
8 changes: 0 additions & 8 deletions atomiccontext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ func TestLockedContext(t *testing.T) {
run(t, new(sync.Mutex))
})

t.Run("SystemMutex", func(t *testing.T) {
run(t, new(SystemMutex))
})

t.Run("SpinMutex", func(t *testing.T) {
run(t, new(SpinMutex))
})
Expand Down Expand Up @@ -150,10 +146,6 @@ func TestRTMContext(t *testing.T) {
run(t, new(sync.Mutex))
})

t.Run("SystemMutex", func(t *testing.T) {
run(t, new(SystemMutex))
})

t.Run("SpinMutex", func(t *testing.T) {
run(t, new(SpinMutex))
})
Expand Down
23 changes: 0 additions & 23 deletions locks.go

This file was deleted.

0 comments on commit c020c7a

Please sign in to comment.