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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.