Skip to content

Commit

Permalink
remove unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jun 6, 2024
1 parent 447bc2f commit f59466f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/datadog_cov/datadog_cov.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,7 @@ static VALUE dd_cov_stop(VALUE self)

if (dd_cov_data->threading_mode == SINGLE_THREADED_COVERAGE_MODE)
{
// get current thread
VALUE thval = rb_thread_current();
// remove event hook for the current thread
rb_thread_remove_event_hook(thval, dd_cov_update_coverage);
}
else
Expand Down

0 comments on commit f59466f

Please sign in to comment.