aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_trace.c')
-rw-r--r--vm_trace.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/vm_trace.c b/vm_trace.c
index cec0deecb0..b46437038c 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -653,11 +653,9 @@ typedef struct rb_tp_struct {
static void
tp_mark(void *ptr)
{
- if (ptr) {
- rb_tp_t *tp = (rb_tp_t *)ptr;
- rb_gc_mark(tp->proc);
- if (tp->target_th) rb_gc_mark(tp->target_th->self);
- }
+ rb_tp_t *tp = ptr;
+ rb_gc_mark(tp->proc);
+ if (tp->target_th) rb_gc_mark(tp->target_th->self);
}
static size_t