Remove never used method
This commit is contained in:
parent
e3917fc7da
commit
386b956ad8
@ -1,6 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
require 'etc'
|
|
||||||
|
|
||||||
if RUBY_PLATFORM =~ /s390x/
|
if RUBY_PLATFORM =~ /s390x/
|
||||||
warn "Currently, it is known that the compaction does not work well on s390x; contribution is welcome https://github.com/ruby/ruby/pull/5077"
|
warn "Currently, it is known that the compaction does not work well on s390x; contribution is welcome https://github.com/ruby/ruby/pull/5077"
|
||||||
@ -111,10 +110,6 @@ class TestGCCompact < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def os_page_size
|
|
||||||
return true unless defined?(Etc::SC_PAGE_SIZE)
|
|
||||||
end
|
|
||||||
|
|
||||||
def test_gc_compact_stats
|
def test_gc_compact_stats
|
||||||
list = []
|
list = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user