agent: drop unused constant

This commit is contained in:
Frank Schroeder 2017-06-21 05:39:26 +02:00 committed by Frank Schröder
parent c4fc581e07
commit 7abe308c66
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ import (
)
const (
preparedQueryEndpoint = "PreparedQuery"
preparedQueryExecuteSuffix = "/execute"
preparedQueryExplainSuffix = "/explain"
)