aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vm_trace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_trace.c b/vm_trace.c
index d8df4f248b..51abd4c44e 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -1447,7 +1447,6 @@ Init_vm_trace(void)
*/
rb_cTracePoint = rb_define_class("TracePoint", rb_cObject);
rb_undef_alloc_func(rb_cTracePoint);
- rb_undef_method(CLASS_OF(rb_cTracePoint), "new");
rb_define_singleton_method(rb_cTracePoint, "new", tracepoint_new_s, -1);
/*
* Document-method: trace