diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2016-04-03 17:39:49 -0400 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2016-04-04 15:44:22 -0400 |
commit | 071d0637977ebc815218daa6c3fe32ddd2830435 (patch) | |
tree | 53b33c1a674062262aec0dd6e5e12974d56bee44 /src/mongo/s/chunk.h | |
parent | 7be0eae950a33d49aaae967db250c265ccdfe463 (diff) | |
download | mongo-071d0637977ebc815218daa6c3fe32ddd2830435.tar.gz |
SERVER-23484 Move Chunk::genID to ChunkType
Diffstat (limited to 'src/mongo/s/chunk.h')
-rw-r--r-- | src/mongo/s/chunk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/s/chunk.h b/src/mongo/s/chunk.h index 711de24b44b..83668968604 100644 --- a/src/mongo/s/chunk.h +++ b/src/mongo/s/chunk.h @@ -88,8 +88,6 @@ public: // to a subset of fields). bool containsKey(const BSONObj& shardKey) const; - static std::string genID(const std::string& ns, const BSONObj& min); - // // chunk version support // |