diff options
author | Eliot Horowitz <eliot@10gen.com> | 2014-08-04 10:04:47 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2014-08-05 08:51:41 -0400 |
commit | e44e8071067865b7eebc6c6827fdcc7c051a60c5 (patch) | |
tree | 2b50b37d0b1343c6fa91ff28dc424bfe1d54b67c /src/mongo/db/repair_database.h | |
parent | 568f6de65c6e9a88a26aa2e10b12cb68ae0f1b06 (diff) | |
download | mongo-e44e8071067865b7eebc6c6827fdcc7c051a60c5.tar.gz |
SERVER-13635: move dropDatabase real work to StorageEngine
Diffstat (limited to 'src/mongo/db/repair_database.h')
-rw-r--r-- | src/mongo/db/repair_database.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/repair_database.h b/src/mongo/db/repair_database.h index 00999efb441..b522f308092 100644 --- a/src/mongo/db/repair_database.h +++ b/src/mongo/db/repair_database.h @@ -41,7 +41,4 @@ namespace mongo { // TODO: move intmax_t dbSize( const std::string& database ); - // TODO: move - void _deleteDataFiles(const std::string& database); - } // namespace mongo |