Revert "Handle no_pass message when limit is 0"

This partially reverts commit 998cf2. Only the path src/fabric_rpc.erl has
been reverted, which is 1 out of 2 files changed in the original commit.
diff --git a/src/fabric_rpc.erl b/src/fabric_rpc.erl
index 80b110a..a3f9bde 100644
--- a/src/fabric_rpc.erl
+++ b/src/fabric_rpc.erl
@@ -351,9 +351,7 @@
     #doc_info{id=Id, high_seq=Seq, revs=[#rev_info{deleted=Del}|_]} = DocInfo,
     case [X || X <- couch_changes:filter(Db, DocInfo, Filter), X /= null] of
     [] ->
-        ChangesRow = {no_pass, [
-            {pending, Pending-1},
-            {seq, Seq}]};
+        ChangesRow = {no_pass, Seq};
     Results ->
         Opts = if Conflicts -> [conflicts | DocOptions]; true -> DocOptions end,
         ChangesRow = {change, [