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:
Julius Volz 2024-04-02 18:45:46 +02:00 committed by GitHub
parent 9e2c335bab
commit 9b7de47787
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1081,8 +1081,6 @@ type EvalNodeHelper struct {
Out Vector
// Caches.
// label_*.
Dmn map[uint64]labels.Labels
// funcHistogramQuantile for classic histograms.
signatureToMetricWithBuckets map[string]*metricWithBuckets