summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.cpp
diff options
context:
space:
mode:
authorMartin Neupauer <martin.neupauer@mongodb.com>2018-03-14 10:48:32 -0400
committerMartin Neupauer <martin.neupauer@mongodb.com>2018-03-14 10:57:27 -0400
commitebbd763514514d3ed77c25477c61d71df0d91420 (patch)
tree334ccd40f276af40d9b25dcb20e333ee2831548c /src/mongo/s/chunk.cpp
parent6b01ee246abc2793f711e6edce192585ca7f8609 (diff)
downloadmongo-ebbd763514514d3ed77c25477c61d71df0d91420.tar.gz
Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/split/merge methods."
This reverts commit 5b42a86b74380953db29455dc68e133166c81005.
Diffstat (limited to 'src/mongo/s/chunk.cpp')
-rw-r--r--src/mongo/s/chunk.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/chunk.cpp b/src/mongo/s/chunk.cpp
index 21067acd7e0..527440594eb 100644
--- a/src/mongo/s/chunk.cpp
+++ b/src/mongo/s/chunk.cpp
@@ -61,7 +61,6 @@ Chunk::Chunk(const ChunkType& from)
: _range(from.getMin(), from.getMax()),
_shardId(from.getShard()),
_lastmod(from.getVersion()),
- _history(from.getHistory()),
_jumbo(from.getJumbo()),
_dataWritten(mkDataWritten()) {
invariantOK(from.validate());