Skip to content

Commit

Permalink
go back to new copy
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed May 14, 2024
1 parent 3335425 commit 1d3d81b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/include/opentelemetry/logs/noop.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ class NoopLogger final : public Logger
void SetTraceId(const trace::TraceId & /* trace_id */) noexcept override {}
void SetSpanId(const trace::SpanId & /* span_id */) noexcept override {}
void SetTraceFlags(const trace::TraceFlags & /* trace_flags */) noexcept override {}

// In CreateLogRecord we return unique_ptr to the same record_ object,
// so we do not want to delete it when the unique_ptr is destroyed.
void operator delete(void*) noexcept {}
};
};

Expand Down

0 comments on commit 1d3d81b

Please sign in to comment.