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