mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-03-31 21:55:32 +02:00
Remove dead code
This commit is contained in:
parent
a877fbbb85
commit
e3c9929313
@ -151,7 +151,6 @@ var (
|
|||||||
ErrNegativeInput = fmt.Errorf("negative value is out of range for this instrument")
|
ErrNegativeInput = fmt.Errorf("negative value is out of range for this instrument")
|
||||||
ErrNaNInput = fmt.Errorf("NaN value is an invalid input")
|
ErrNaNInput = fmt.Errorf("NaN value is an invalid input")
|
||||||
ErrInconsistentType = fmt.Errorf("inconsistent aggregator types")
|
ErrInconsistentType = fmt.Errorf("inconsistent aggregator types")
|
||||||
ErrNoSubtraction = fmt.Errorf("aggregator does not subtract")
|
|
||||||
|
|
||||||
// ErrNoData is returned when (due to a race with collection)
|
// ErrNoData is returned when (due to a race with collection)
|
||||||
// the Aggregator is check-pointed before the first value is set.
|
// the Aggregator is check-pointed before the first value is set.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user