Skip to content

Commit

Permalink
Merge pull request #17 from opentracing/remove_dead_code
Browse files Browse the repository at this point in the history
Delete no longer used goHTTPPropagator
  • Loading branch information
bg451 committed Mar 23, 2016
2 parents 291bfac + 62e1db3 commit 8ac8cc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions propagation_ot.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ type textMapPropagator struct {
type binaryPropagator struct {
tracer *tracerImpl
}
type goHTTPPropagator struct {
*textMapPropagator
}

const (
prefixTracerState = "ot-tracer-"
Expand Down

0 comments on commit 8ac8cc7

Please sign in to comment.