summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo
diff options
context:
space:
mode:
authorWaley Chen <waleycz@gmail.com>2016-02-24 10:57:13 -0500
committerWaley Chen <waleycz@gmail.com>2016-02-24 10:57:13 -0500
commit0527af24f2085e7af5c0724bcd77b6b9c8a9430d (patch)
treef35960fbf6a29d86d3cea2b240ab33db4e9c3dbb /src/mongo/db/geo
parent7aa5b26714b9d5216dd39ca299e9d298a7a3e92b (diff)
downloadmongo-0527af24f2085e7af5c0724bcd77b6b9c8a9430d.tar.gz
SERVER-22568 Re-enable GeoHash::unhash_fast for big endian
Diffstat (limited to 'src/mongo/db/geo')
-rw-r--r--src/mongo/db/geo/hash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/geo/hash.h b/src/mongo/db/geo/hash.h
index c180958b2e6..0fbbaa2ac38 100644
--- a/src/mongo/db/geo/hash.h
+++ b/src/mongo/db/geo/hash.h
@@ -149,7 +149,6 @@ private:
void clearUnusedBits();
// XXX: what does this do
void _move(unsigned offset, int d);
- // XXX: this is nasty and has no example
long long _hash;
// Bits per field. Our hash is 64 bits, and we have an X and a Y field,