summaryrefslogtreecommitdiff
path: root/spec/support/platforms/prof/gc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/platforms/prof/gc.rb')
-rw-r--r--spec/support/platforms/prof/gc.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/support/platforms/prof/gc.rb b/spec/support/platforms/prof/gc.rb
index 81fb28dda7..74b25ff9de 100644
--- a/spec/support/platforms/prof/gc.rb
+++ b/spec/support/platforms/prof/gc.rb
@@ -20,7 +20,6 @@ module RSpec
module Prof
module GC
class Profiler
-
# GC 1 invokes.
# Index Invoke Time(sec) Use Size(byte) Total Size(byte) Total Object GC time(ms)
# 1 0.012 159240 212940 10647 0.00000000000001530000
@@ -46,9 +45,7 @@ module RSpec
def handle_count
0
end
-
end
end
end
end
-