Skip to content

Commit

Permalink
Minor: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo committed Oct 14, 2024
1 parent 94f359e commit 4e1bb58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ext/datadog_profiling_native_extension/stack_recorder.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "ruby_helpers.h"
#include "time_helpers.h"
#include "heap_recorder.h"
#include "collectors_gc_profiling_helper.h"

// Used to wrap a ddog_prof_Profile in a Ruby object and expose Ruby-level serialization APIs
// This file implements the native bits of the Datadog::Profiling::StackRecorder class
Expand Down
1 change: 0 additions & 1 deletion ext/datadog_profiling_native_extension/stack_recorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ void record_endpoint(VALUE recorder_instance, uint64_t local_root_span_id, ddog_
void track_object(VALUE recorder_instance, VALUE new_object, unsigned int sample_weight, ddog_CharSlice *alloc_class);
void recorder_after_gc_step(VALUE recorder_instance);
VALUE enforce_recorder_instance(VALUE object);

0 comments on commit 4e1bb58

Please sign in to comment.