summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/type_chunk.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-06-04 17:28:52 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-06-04 20:42:33 -0400
commit975319ad4e7af76ca288d2bcb65c94a4006c2d4d (patch)
tree8742e8d72c7ca1dd0c96258667d359f32ce51637 /src/mongo/s/catalog/type_chunk.cpp
parent7b6724f3ad2600514c3ae5e59af873de75b026df (diff)
downloadmongo-975319ad4e7af76ca288d2bcb65c94a4006c2d4d.tar.gz
SERVER-18127 Remove all references to configServer
This change gets rid of all references to the global configServer variable. The class still remains with two static methods which will be distributed to Grid.
Diffstat (limited to 'src/mongo/s/catalog/type_chunk.cpp')
-rw-r--r--src/mongo/s/catalog/type_chunk.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/s/catalog/type_chunk.cpp b/src/mongo/s/catalog/type_chunk.cpp
index dda684c8475..41498d5373a 100644
--- a/src/mongo/s/catalog/type_chunk.cpp
+++ b/src/mongo/s/catalog/type_chunk.cpp
@@ -197,10 +197,6 @@ namespace mongo {
return builder.obj();
}
- void ChunkType::clear() {
- *this = ChunkType();
- }
-
std::string ChunkType::toString() const {
return toBSON().toString();
}