diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2014-09-25 17:49:59 -0400 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2014-09-25 22:13:40 -0400 |
commit | f905b0617dd1ed35acb9291edeab95b557388019 (patch) | |
tree | 767a1fa9a72dd3a5cab2d3902db24f03e186dd43 /src/mongo/db/catalog/database.h | |
parent | a1f9188b4d58daa4e80a344116dbd85b636962da (diff) | |
download | mongo-f905b0617dd1ed35acb9291edeab95b557388019.tar.gz |
SERVER-14668 Move getIndexSizeForCollection to be a method on Collection
Diffstat (limited to 'src/mongo/db/catalog/database.h')
-rw-r--r-- | src/mongo/db/catalog/database.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/catalog/database.h b/src/mongo/db/catalog/database.h index 40c6903ea5c..230a220663f 100644 --- a/src/mongo/db/catalog/database.h +++ b/src/mongo/db/catalog/database.h @@ -91,11 +91,6 @@ namespace mongo { void getStats( OperationContext* opCtx, BSONObjBuilder* output, double scale = 1 ); - long long getIndexSizeForCollection( OperationContext* opCtx, - Collection* collections, - BSONObjBuilder* details = NULL, - int scale = 1 ); - const DatabaseCatalogEntry* getDatabaseCatalogEntry() const; Status dropCollection( OperationContext* txn, const StringData& fullns ); |