Skip to content

Commit

Permalink
chore: rebase against latest+patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs authored and tim-mwangi committed Aug 24, 2021
1 parent a4efa72 commit cb447fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions receiver/jaegerreceiver/trace_receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,14 +442,6 @@ func toMetadata(header http.Header) metadata.MD {
return md
}

func toMetadata(header http.Header) metadata.MD {
md := metadata.MD{}
for k, v := range header {
md.Append(k, v...)
}
return md
}

func (jr *jReceiver) startCollector(host component.Host) error {
if !jr.collectorGRPCEnabled() && !jr.collectorHTTPEnabled() {
return nil
Expand Down

0 comments on commit cb447fe

Please sign in to comment.