Skip to content

Commit

Permalink
Merge branch 'context_api_content' of github.com:satac2/opentelemetry…
Browse files Browse the repository at this point in the history
…-cpp into context_api_content
  • Loading branch information
satac2 committed Jun 10, 2020
2 parents 061e564 + 7bceaab commit b5c81ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/include/opentelemetry/context/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ namespace context

/* A constructor that will set the context as the passed in context.*/
RuntimeContext(Context &context){

context_ = context;
}

Expand All @@ -186,7 +185,6 @@ namespace context
context_ = context;

return old_context_token;

}


Expand Down

0 comments on commit b5c81ad

Please sign in to comment.