Skip to content

Commit

Permalink
remove get_text_map_propagators from Elixir Baggage module
Browse files Browse the repository at this point in the history
this function is no longer needed in otel_baggage because propagators
are no longer anonymous functions but instead modules.
  • Loading branch information
tsloughter committed Sep 8, 2021
1 parent 6c6d75d commit c0223e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/opentelemetry_api/lib/open_telemetry/baggage.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ defmodule OpenTelemetry.Baggage do
defdelegate get_all(ctx), to: :otel_baggage
defdelegate clear(), to: :otel_baggage
defdelegate clear(ctx), to: :otel_baggage
defdelegate get_text_map_propagators(), to: :otel_baggage
end

0 comments on commit c0223e1

Please sign in to comment.