Revert "add wildcard warnings (#5030)" (#5167)

This reverts commit 744468ea78.
This commit is contained in:
Chris O'Haver
2022-02-09 14:25:15 -05:00
committed by GitHub
parent 4349b6fa63
commit 4693f40990
3 changed files with 0 additions and 33 deletions

View File

@@ -86,7 +86,6 @@ var (
errNoItems = errors.New("no items found")
errNsNotExposed = errors.New("namespace is not exposed")
errInvalidRequest = errors.New("invalid query name")
wildCount uint64
)
// Services implements the ServiceBackend interface.