summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbdirectclient.h
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2015-02-09 14:08:26 -0500
committerDavid Storch <david.storch@10gen.com>2015-02-10 09:47:24 -0500
commit40e5c7f39b967411bba4733c445f408f906a26b5 (patch)
tree0068e16e90ca7bc5fde47fbc634937c3cd0b0b27 /src/mongo/db/dbdirectclient.h
parenta3aad22dfdef9ee9078d2fc3b54530adb73189a8 (diff)
downloadmongo-40e5c7f39b967411bba4733c445f408f906a26b5.tar.gz
SERVER-17051 remove runCount() function
This special count path was used only by the DBDirectClient and is no longer needed.
Diffstat (limited to 'src/mongo/db/dbdirectclient.h')
-rw-r--r--src/mongo/db/dbdirectclient.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mongo/db/dbdirectclient.h b/src/mongo/db/dbdirectclient.h
index 0a8b5122dd0..8dfffda71a9 100644
--- a/src/mongo/db/dbdirectclient.h
+++ b/src/mongo/db/dbdirectclient.h
@@ -88,13 +88,7 @@ namespace mongo {
virtual void killCursor(long long cursorID);
virtual bool callRead(Message& toSend, Message& response);
-
- virtual unsigned long long count(const std::string &ns,
- const BSONObj& query = BSONObj(),
- int options = 0,
- int limit = 0,
- int skip = 0);
-
+
virtual ConnectionString::ConnectionType type() const;
double getSoTimeout() const;