summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-21 13:31:06 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-21 13:31:06 +0000
commit7d0cabb8f881798da1332becf60096a09fbb6c01 (patch)
tree185ea2df6cd596ad0ca98e753ec485ba22a4837b /gc.c
parentfe9fc6df018402de830f42b63ea25d927c8726a8 (diff)
* gc.c (garbage_collect): remove a duplicative probe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gc.c b/gc.c
index 6906d03ee2..d8a74c4df5 100644
--- a/gc.c
+++ b/gc.c
@@ -3018,9 +3018,6 @@ garbage_collect(rb_objspace_t *objspace)
during_gc++;
gc_marks(objspace);
- if (RUBY_DTRACE_GC_SWEEP_BEGIN_ENABLED()) {
- RUBY_DTRACE_GC_SWEEP_BEGIN();
- }
gc_prof_sweep_timer_start(objspace);
gc_sweep(objspace);
gc_prof_sweep_timer_stop(objspace);