Skip to content

Commit 1325b2c

Browse files
committed
Cleanup old references to RbxAtomicReference
1 parent 95e1dfd commit 1325b2c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

examples/benchmark_atomic.rb

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
'MutexAtomicReference',
2828
'CAtomicReference',
2929
'JavaAtomicReference',
30-
'RbxAtomicReference',
3130
]
3231

3332
puts "Testing with #{RbConfig::CONFIG['ruby_install_name']} #{RUBY_VERSION}"

spec/concurrent/atomic/atomic_reference_spec.rb

-5
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@ module Concurrent
171171
it_should_behave_like :atomic_reference
172172
end
173173
end
174-
if defined? Concurrent::RbxAtomicReference
175-
RSpec.describe RbxAtomicReference do
176-
it_should_behave_like :atomic_reference
177-
end
178-
end
179174
if defined? Concurrent::TruffleRubyAtomicReference
180175
RSpec.describe TruffleRubyAtomicReference do
181176
it_should_behave_like :atomic_reference

0 commit comments

Comments
 (0)