Skip to content

Commit

Permalink
Remove implicitly deleted default constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
blandrum-fw committed Mar 14, 2022
1 parent 49648bd commit 5719cc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/include/opentelemetry/context/runtime_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ class Token
private:
friend class RuntimeContextStorage;

Token() noexcept = default;

// A constructor that sets the token's Context object to the
// one that was passed in.
Token(const Context &context) : context_(context) {}
Expand Down

0 comments on commit 5719cc5

Please sign in to comment.