mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-21 03:16:00 -08:00
remove unused code. (#7019)
Signed-off-by: johncming <johncming@yahoo.com>
This commit is contained in:
parent
445d48f4ce
commit
bdc45c2b9e
|
@ -86,9 +86,6 @@ func (i ItemType) IsSetOperator() bool {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
// LowestPrec is a constant for operator precedence in expressions.
|
|
||||||
const LowestPrec = 0 // Non-operators.
|
|
||||||
|
|
||||||
type ItemType int
|
type ItemType int
|
||||||
|
|
||||||
// This is a list of all keywords in PromQL.
|
// This is a list of all keywords in PromQL.
|
||||||
|
|
Loading…
Reference in a new issue