mirror of
https://github.com/prometheus/prometheus
synced 2026-05-01 07:30:30 +08:00
Remove unused Dmn field on EvalNodeHelper (#13877)
https://github.com/prometheus/prometheus/pull/13446 removed the last usage of this field, but didn't remove the field. Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
@@ -1081,8 +1081,6 @@ type EvalNodeHelper struct {
|
||||
Out Vector
|
||||
|
||||
// Caches.
|
||||
// label_*.
|
||||
Dmn map[uint64]labels.Labels
|
||||
// funcHistogramQuantile for classic histograms.
|
||||
signatureToMetricWithBuckets map[string]*metricWithBuckets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user