summaryrefslogtreecommitdiff
path: root/src/mongo/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client')
-rw-r--r--src/mongo/client/dbclient_rs.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/client/dbclient_rs.cpp b/src/mongo/client/dbclient_rs.cpp
index f110566f4bf..7d398bce6bb 100644
--- a/src/mongo/client/dbclient_rs.cpp
+++ b/src/mongo/client/dbclient_rs.cpp
@@ -76,7 +76,6 @@ public:
_secOkCmdList.insert("explain");
_secOkCmdList.insert("find");
_secOkCmdList.insert("geoNear");
- _secOkCmdList.insert("geoSearch");
_secOkCmdList.insert("group");
}
} _populateReadPrefSecOkCmdList;