summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbdirectclient.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-12-30 18:03:52 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2016-01-05 09:51:27 -0500
commit3a1c3daecc80ffecba3a1ab9fc49e770ace3ea8f (patch)
treec721ab53313ba02e31bc40c414dfb0460f4394d4 /src/mongo/db/dbdirectclient.h
parentb3c4511611635692a46da21b7f9fc0e5131d1ef8 (diff)
downloadmongo-3a1c3daecc80ffecba3a1ab9fc49e770ace3ea8f.tar.gz
SERVER-22055 Remove unused client functionality
Diffstat (limited to 'src/mongo/db/dbdirectclient.h')
-rw-r--r--src/mongo/db/dbdirectclient.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/dbdirectclient.h b/src/mongo/db/dbdirectclient.h
index 50fa46a6f9d..d4d187ff91c 100644
--- a/src/mongo/db/dbdirectclient.h
+++ b/src/mongo/db/dbdirectclient.h
@@ -81,8 +81,6 @@ public:
virtual void say(Message& toSend, bool isRetry = false, std::string* actualServer = 0);
- virtual bool callRead(Message& toSend, Message& response);
-
virtual unsigned long long count(const std::string& ns,
const BSONObj& query = BSONObj(),
int options = 0,