diff options
author | Misha Tyulenev <misha@mongodb.com> | 2016-03-15 14:45:23 -0400 |
---|---|---|
committer | Misha Tyulenev <misha@mongodb.com> | 2016-03-15 14:47:13 -0400 |
commit | 6f684e82c6d0aa1d1cef98f48dcae41010666a9a (patch) | |
tree | efd384590f253241bb577b3ff8c76d0834054bea /src/mongo/db/geo | |
parent | 652e3577be3d157cec039d0b017cf7e2d6e2c7c6 (diff) | |
download | mongo-6f684e82c6d0aa1d1cef98f48dcae41010666a9a.tar.gz |
SERVER-23024 remove isWriteCommandForConfigServer method
Diffstat (limited to 'src/mongo/db/geo')
-rw-r--r-- | src/mongo/db/geo/haystack.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/geo/haystack.cpp b/src/mongo/db/geo/haystack.cpp index 23c537534c5..2027dc5dd8c 100644 --- a/src/mongo/db/geo/haystack.cpp +++ b/src/mongo/db/geo/haystack.cpp @@ -62,9 +62,6 @@ class GeoHaystackSearchCommand : public Command { public: GeoHaystackSearchCommand() : Command("geoSearch") {} - virtual bool isWriteCommandForConfigServer() const { - return false; - } bool slaveOk() const { return true; } |