mirror of https://github.com/status-im/consul.git
agent: drop unused constant
This commit is contained in:
parent
c4fc581e07
commit
7abe308c66
|
@ -11,7 +11,6 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
preparedQueryEndpoint = "PreparedQuery"
|
||||
preparedQueryExecuteSuffix = "/execute"
|
||||
preparedQueryExplainSuffix = "/explain"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue