X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=vendor%2Fgithub.com%2Ftendermint%2Ftmlibs%2Fpubsub%2Fquery%2Fempty.go;fp=vendor%2Fgithub.com%2Ftendermint%2Ftmlibs%2Fpubsub%2Fquery%2Fempty.go;h=0000000000000000000000000000000000000000;hp=2d60a8923bc7f34f678c8d1b968b4f09c5934836;hb=54373c1a3efe0e373ec1605840a4363e4b246c46;hpb=ee01d543fdfe1fd0a4d548965c66f7923ea7b062 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 index 2d60a892..00000000 --- a/vendor/github.com/tendermint/tmlibs/pubsub/query/empty.go +++ /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" -}