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
|
||||
}
|
||||
|
||||
// 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 New Issue