mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-03-03 14:52:56 +02:00
remove duplicate interface check (#87)
This commit is contained in:
parent
290f108852
commit
0ce21a987b
@ -21,8 +21,6 @@ import "sync/atomic"
|
||||
// install a default tracer w/ resources.
|
||||
var global atomic.Value
|
||||
|
||||
var _ Tracer = noopTracer{}
|
||||
|
||||
// GlobalTracer return tracer registered with global registry.
|
||||
// If no tracer is registered then an instance of noop Tracer is returned.
|
||||
func GlobalTracer() Tracer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user