summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclientcursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/dbclientcursor.h')
-rw-r--r--src/mongo/client/dbclientcursor.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mongo/client/dbclientcursor.h b/src/mongo/client/dbclientcursor.h
index a085d90dbd9..7363cdb1453 100644
--- a/src/mongo/client/dbclientcursor.h
+++ b/src/mongo/client/dbclientcursor.h
@@ -195,16 +195,6 @@ public:
}
/**
- * Used mainly to run commands on connections that doesn't support lazy initialization and
- * does not support commands through the call interface.
- *
- * @param cmd The BSON representation of the command to send.
- *
- * @return true if command was sent successfully
- */
- bool initCommand();
-
- /**
* actually does the query
*/
bool init();