OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / vendor / github.com / tendermint / tmlibs / pubsub / query / empty.go
diff --git a/vendor/github.com/tendermint/tmlibs/pubsub/query/empty.go b/vendor/github.com/tendermint/tmlibs/pubsub/query/empty.go
deleted file mode 100644 (file)
index 2d60a89..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package query
-
-// Empty query matches any set of tags.
-type Empty struct {
-}
-
-// Matches always returns true.
-func (Empty) Matches(tags map[string]interface{}) bool {
-       return true
-}
-
-func (Empty) String() string {
-       return "empty"
-}