summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/s2_access_method.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-01-03 14:33:07 -0500
committerHari Khalsa <hkhalsa@10gen.com>2014-01-06 12:11:34 -0500
commite89dccbef9b83ac8101dcceab64f5c6e09b6de50 (patch)
tree3ce9939609d46db43ee3e2f447f079dbdca0e3f6 /src/mongo/db/index/s2_access_method.h
parent81d8d29c4e2a7a706b6fb0f4d4f821ca2ed38161 (diff)
downloadmongo-e89dccbef9b83ac8101dcceab64f5c6e09b6de50.tar.gz
SERVER-10363 SERVER-11387 pay attention to special geo idx params
Diffstat (limited to 'src/mongo/db/index/s2_access_method.h')
-rw-r--r--src/mongo/db/index/s2_access_method.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/index/s2_access_method.h b/src/mongo/db/index/s2_access_method.h
index 5736d4cb8ce..b3a34b4e679 100644
--- a/src/mongo/db/index/s2_access_method.h
+++ b/src/mongo/db/index/s2_access_method.h
@@ -49,9 +49,6 @@ namespace mongo {
virtual Status newCursor(IndexCursor** out) const;
private:
- friend class Geo2dFindNearCmd;
- const S2IndexingParams& getParams() const { return _params; }
-
virtual void getKeys(const BSONObj& obj, BSONObjSet* keys);
// getKeys calls the helper methods below.