summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_catalog.h
diff options
context:
space:
mode:
authorMaria van Keulen <maria.vankeulen@mongodb.com>2020-02-25 23:58:38 +0000
committerevergreen <evergreen@mongodb.com>2020-02-25 23:58:38 +0000
commitcb5d42042ac8bf546c436a3a707309f02ed75cfc (patch)
tree8b19a21387b86cdc1fcd8fb22d0c7316ab481a54 /src/mongo/db/catalog/collection_catalog.h
parent32099accea4678bd6e1defde3578896f319c6b8c (diff)
downloadmongo-cb5d42042ac8bf546c436a3a707309f02ed75cfc.tar.gz
SERVER-46253 Only register rollback handlers for registered collections
Diffstat (limited to 'src/mongo/db/catalog/collection_catalog.h')
-rw-r--r--src/mongo/db/catalog/collection_catalog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/collection_catalog.h b/src/mongo/db/catalog/collection_catalog.h
index 85ff4a8daad..1f2c98de80d 100644
--- a/src/mongo/db/catalog/collection_catalog.h
+++ b/src/mongo/db/catalog/collection_catalog.h
@@ -254,7 +254,6 @@ private:
const std::vector<CollectionUUID>& _getOrdering_inlock(const StringData& db,
const stdx::lock_guard<Latch>&);
-
mutable mongo::Mutex _catalogLock;
/**