summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database.h
diff options
context:
space:
mode:
authorXiangyu Yao <xiangyu.yao@mongodb.com>2019-06-07 19:40:17 -0400
committerXiangyu Yao <xiangyu.yao@mongodb.com>2019-06-14 20:22:21 -0400
commitda41fda9079d52d7ecd0689c8daf6fe23ce21b4b (patch)
treeb75bc946ca18dc8a2672bd7d9165fe1acd3349a5 /src/mongo/db/catalog/database.h
parent47b380f03e8898f4706ff01fa2be64dfb72e0dba (diff)
downloadmongo-da41fda9079d52d7ecd0689c8daf6fe23ce21b4b.tar.gz
SERVER-41583 Refactor the registration and de-registration of collection and catalog entry
Diffstat (limited to 'src/mongo/db/catalog/database.h')
-rw-r--r--src/mongo/db/catalog/database.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/catalog/database.h b/src/mongo/db/catalog/database.h
index 83402b8650e..ed38c42ba52 100644
--- a/src/mongo/db/catalog/database.h
+++ b/src/mongo/db/catalog/database.h
@@ -82,9 +82,6 @@ public:
*/
virtual void init(OperationContext* opCtx) const = 0;
- // closes files and other cleanup see below.
- virtual void close(OperationContext* const opCtx) const = 0;
-
virtual const std::string& name() const = 0;
virtual void clearTmpCollections(OperationContext* const opCtx) const = 0;