mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-09 08:32:26 -04:00
Merge pull request #14950 from Maniktherana/fuzz-om-minor-change
chore: remove unused code
This commit is contained in:
commit
6bcb064d93
1 changed files with 0 additions and 4 deletions
|
|
@ -68,10 +68,6 @@ func fuzzParseMetricWithContentType(in []byte, contentType string) int {
|
|||
panic(warning)
|
||||
}
|
||||
|
||||
if contentType == "application/openmetrics-text" {
|
||||
p = textparse.NewOpenMetricsParser(in, symbolTable)
|
||||
}
|
||||
|
||||
var err error
|
||||
for {
|
||||
_, err = p.Next()
|
||||
|
|
|
|||
Loading…
Reference in a new issue