Skip to content

Commit

Permalink
fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jun 10, 2024
1 parent 18edce6 commit 1d6553f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ext/datadog_cov/datadog_cov.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ static VALUE dd_cov_start(VALUE self)
rb_add_event_hook(dd_cov_update_coverage, RUBY_EVENT_LINE, self);
}

// add event hook
rb_thread_add_event_hook(thval, dd_cov_update_coverage, RUBY_EVENT_LINE, self);

return self;
}

Expand Down

0 comments on commit 1d6553f

Please sign in to comment.