summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_impl.h
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2018-10-25 20:19:34 -0400
committerBenety Goh <benety@mongodb.com>2018-10-25 20:19:54 -0400
commit03bd5fdab0e54256be3f19d9f827e0944a04fa5b (patch)
tree44b23c3259cb63636067ae0032cd9474c5c0be03 /src/mongo/db/catalog/collection_impl.h
parentfc4c06660da1e121c817add86a56bbee1ef05f16 (diff)
downloadmongo-03bd5fdab0e54256be3f19d9f827e0944a04fa5b.tar.gz
SERVER-37589 make Collection::compact() a free function
Diffstat (limited to 'src/mongo/db/catalog/collection_impl.h')
-rw-r--r--src/mongo/db/catalog/collection_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/catalog/collection_impl.h b/src/mongo/db/catalog/collection_impl.h
index 1eb30230065..a06aec3274f 100644
--- a/src/mongo/db/catalog/collection_impl.h
+++ b/src/mongo/db/catalog/collection_impl.h
@@ -227,8 +227,6 @@ public:
// -----------
- StatusWith<CompactStats> compact(OperationContext* opCtx, const CompactOptions* options) final;
-
/**
* removes all documents as fast as possible
* indexes before and after will be the same