summaryrefslogtreecommitdiff
path: root/vm_trace.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-29 10:07:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-29 12:34:55 +0900
commitd7bef803ac3546119b30e1d78af0097a9df9c907 (patch)
tree9af60ade39db53f7d33142a125b8492672fcab5d /vm_trace.c
parent8ce5d46e662f53a56cf21c47981bb99bcb5b73e6 (diff)
downloadruby-d7bef803ac3546119b30e1d78af0097a9df9c907.tar.gz
Separate builtin initialization calls
Diffstat (limited to 'vm_trace.c')
-rw-r--r--vm_trace.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm_trace.c b/vm_trace.c
index 079795bfc6..e72c618739 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -1526,8 +1526,6 @@ Init_vm_trace(void)
rb_cTracePoint = rb_define_class("TracePoint", rb_cObject);
rb_undef_alloc_func(rb_cTracePoint);
-
- load_trace_point();
}
typedef struct rb_postponed_job_struct {