diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2016-01-13 15:11:14 -0500 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2016-01-20 08:25:10 -0500 |
commit | f6716ef64ff42a71aa351dc4d10aebbbf893bb6c (patch) | |
tree | 4f7394a8e74e34a7797340a48c22536d81baf749 /src/mongo/s/cluster_write.cpp | |
parent | 7a7efbb224163e439edfbb6eb1df47c833d814cd (diff) | |
download | mongo-f6716ef64ff42a71aa351dc4d10aebbbf893bb6c.tar.gz |
SERVER-22174 Cleanup unused sharding code
- Remove 2.2 unused code from _rectChunkStart
- Make sure sharding migration clone phase uses ScopedTransaction
- Remove unused code from cluster_write.cpp
Diffstat (limited to 'src/mongo/s/cluster_write.cpp')
-rw-r--r-- | src/mongo/s/cluster_write.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/s/cluster_write.cpp b/src/mongo/s/cluster_write.cpp index f782d8cbda1..8fe610978a8 100644 --- a/src/mongo/s/cluster_write.cpp +++ b/src/mongo/s/cluster_write.cpp @@ -58,8 +58,6 @@ using std::map; using std::string; using std::stringstream; -const int ConfigOpTimeoutMillis = 30 * 1000; - namespace { /** |