Skip to content

Commit

Permalink
Merge pull request #15 from Tianlin-Zhao/origin/propagators
Browse files Browse the repository at this point in the history
tracer
  • Loading branch information
Tianlin-Zhao authored Aug 1, 2020
2 parents 81a0640 + 513b0e0 commit f388ac1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/include/opentelemetry/plugin/tracer.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ class Span final : public trace::Span

bool IsRecording() const noexcept override { return span_->IsRecording(); }

trace::Tracer &tracer() const noexcept override { return *tracer_; }

private:
std::shared_ptr<trace::Tracer> tracer_;
std::unique_ptr<trace::Span> span_;
Expand Down

0 comments on commit f388ac1

Please sign in to comment.