mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
chore: remove unused code
Signed-off-by: Manik Rana <manikrana54@gmail.com>
This commit is contained in:
parent
b6107cc888
commit
3fba6bcdfa
|
@ -68,10 +68,6 @@ func fuzzParseMetricWithContentType(in []byte, contentType string) int {
|
||||||
panic(warning)
|
panic(warning)
|
||||||
}
|
}
|
||||||
|
|
||||||
if contentType == "application/openmetrics-text" {
|
|
||||||
p = textparse.NewOpenMetricsParser(in, symbolTable)
|
|
||||||
}
|
|
||||||
|
|
||||||
var err error
|
var err error
|
||||||
for {
|
for {
|
||||||
_, err = p.Next()
|
_, err = p.Next()
|
||||||
|
|
Loading…
Reference in a new issue