Skip to content

Commit

Permalink
fix: Removes macro that references missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsanders authored Nov 10, 2021
1 parent b0f4c6b commit ecef326
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/opentelemetry_api/include/otel_tracer.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
-define(add_events(Events),
otel_span:add_events(?current_span_ctx, Events)).

-define(add_links(Links),
otel_span:add_links(?current_span_ctx, Links)).

-define(set_status(Status),
otel_span:set_status(?current_span_ctx, Status)).

Expand Down

0 comments on commit ecef326

Please sign in to comment.