Merge pull request #14950 from Maniktherana/fuzz-om-minor-change

chore: remove unused code
This commit is contained in:
Arthur Silva Sens 2024-09-21 09:22:17 +01:00 committed by GitHub
commit 6bcb064d93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()