clean up unused constants

pull/21704/head
Sarah Alsmiller 2024-09-10 15:05:14 -05:00
parent ede97520b0
commit 4446c25617
1 changed files with 0 additions and 2 deletions

View File

@ -47,8 +47,6 @@ import (
const (
contentTypeHeader = "Content-Type"
plainContentType = "text/plain; charset=utf-8"
htmlContentType = "text/html"
jsonContentType = "application/json"
)
var HTTPSummaries = []prometheus.SummaryDefinition{