aboutsummaryrefslogtreecommitdiffstats
path: root/gc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'gc.rb')
-rw-r--r--gc.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/gc.rb b/gc.rb
index 9144a96603..8af36e0cb8 100644
--- a/gc.rb
+++ b/gc.rb
@@ -253,16 +253,6 @@ module GC
end
# call-seq:
- # GC.using_rvargc? -> true or false
- #
- # Returns true if using experimental feature Variable Width Allocation, false
- # otherwise.
- def self.using_rvargc? # :nodoc:
- GC::INTERNAL_CONSTANTS[:SIZE_POOL_COUNT] > 1
- end
-
-
- # call-seq:
# GC.measure_total_time = true/false
#
# Enable to measure GC time.