summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbdirectclient.h
diff options
context:
space:
mode:
authorDavid Storch <david.storch@mongodb.com>2021-10-25 17:43:20 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-25 18:34:49 +0000
commit6e9942b464bcf90cf96f7dd2e2ce6d4f28f1a7d0 (patch)
tree35c8cb489d12b972ace39d0a49fba7047ab946b7 /src/mongo/db/dbdirectclient.h
parentbb31ac84744de48a5013ee747c08ee942e317eb3 (diff)
downloadmongo-6e9942b464bcf90cf96f7dd2e2ce6d4f28f1a7d0.tar.gz
SERVER-60749 Change internal client to stop issuing 'availableQueryOptions' command
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 24d0e3dc4e8..b0f8a74f09f 100644
--- a/src/mongo/db/dbdirectclient.h
+++ b/src/mongo/db/dbdirectclient.h
@@ -107,8 +107,6 @@ public:
double getSoTimeout() const override;
- QueryOptions _lookupAvailableOptions() override;
-
int getMinWireVersion() final;
int getMaxWireVersion() final;