summaryrefslogtreecommitdiff
path: root/src/mongo/db/repair_database.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-06-17 23:21:25 -0400
committerEliot Horowitz <eliot@10gen.com>2014-06-18 14:43:30 -0400
commit4e13ac7a63b747fc0b990d65193c737215bb9e4f (patch)
tree76fb95e2c11aafa258c9d9ce0b5ed659e96e63fa /src/mongo/db/repair_database.h
parente11156fe20421c0f09758cfc6355964159640616 (diff)
downloadmongo-4e13ac7a63b747fc0b990d65193c737215bb9e4f.tar.gz
SERVER-13635: remove path concept from DatabaseHolder, and move repair and listDatabase into storageEngine
Diffstat (limited to 'src/mongo/db/repair_database.h')
-rw-r--r--src/mongo/db/repair_database.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/repair_database.h b/src/mongo/db/repair_database.h
index eb4f0f9b4e7..00999efb441 100644
--- a/src/mongo/db/repair_database.h
+++ b/src/mongo/db/repair_database.h
@@ -44,11 +44,4 @@ namespace mongo {
// TODO: move
void _deleteDataFiles(const std::string& database);
- // must have a global lock
- Status repairDatabase( OperationContext* txn,
- std::string db,
- bool preserveClonedFilesOnFailure = false,
- bool backupOriginalFiles = false );
-
-
} // namespace mongo