summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/haystack_access_method.h
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2014-02-18 14:38:58 -0500
committerBenety Goh <benety@mongodb.com>2014-02-19 06:11:20 -0500
commit16612e609a83ebb06891e220200d4014331701cb (patch)
treec8637c0c12f07fde8748f9bc6d1ec91f771ce89d /src/mongo/db/index/haystack_access_method.h
parent85b43895e9f54277d1b9696951fc3e7550477e74 (diff)
downloadmongo-16612e609a83ebb06891e220200d4014331701cb.tar.gz
SERVER-12767 refactored key generation in db/index.
Diffstat (limited to 'src/mongo/db/index/haystack_access_method.h')
-rw-r--r--src/mongo/db/index/haystack_access_method.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/index/haystack_access_method.h b/src/mongo/db/index/haystack_access_method.h
index 0e1dd3426c7..29b6485f7d2 100644
--- a/src/mongo/db/index/haystack_access_method.h
+++ b/src/mongo/db/index/haystack_access_method.h
@@ -66,11 +66,6 @@ namespace mongo {
private:
virtual void getKeys(const BSONObj& obj, BSONObjSet* keys);
- // Helper methods called by getKeys:
- int hash(const BSONElement& e) const;
- string makeString(int hashedX, int hashedY) const;
- void addKey(const string& root, const BSONElement& e, BSONObjSet* keys) const;
-
string _geoField;
vector<string> _otherFields;
double _bucketSize;