summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbdirectclient.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2015-07-23 17:26:36 -0400
committerMathias Stearn <mathias@10gen.com>2015-07-24 17:20:39 -0400
commit7d9c2e603212d3012b6f4c726f566abd812f35ea (patch)
tree75ff28100aa39f1a59885471d0ccbbf6ff4cdb67 /src/mongo/db/dbdirectclient.h
parent5c20356061c19b7343cb9aab7398238581f0b600 (diff)
downloadmongo-7d9c2e603212d3012b6f4c726f566abd812f35ea.tar.gz
SERVER-19563 kill KillCursor piggyBack code
Diffstat (limited to 'src/mongo/db/dbdirectclient.h')
-rw-r--r--src/mongo/db/dbdirectclient.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/dbdirectclient.h b/src/mongo/db/dbdirectclient.h
index d34f1d2379c..a3aa8aaa8db 100644
--- a/src/mongo/db/dbdirectclient.h
+++ b/src/mongo/db/dbdirectclient.h
@@ -81,10 +81,6 @@ public:
virtual void say(Message& toSend, bool isRetry = false, std::string* actualServer = 0);
- virtual void sayPiggyBack(Message& toSend);
-
- virtual void killCursor(long long cursorID);
-
virtual bool callRead(Message& toSend, Message& response);
virtual unsigned long long count(const std::string& ns,