diff options
Diffstat (limited to 'src/mongo/db/catalog/index_builds_manager.h')
| -rw-r--r-- | src/mongo/db/catalog/index_builds_manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/index_builds_manager.h b/src/mongo/db/catalog/index_builds_manager.h index 37614751eb5..cddb46c3d16 100644 --- a/src/mongo/db/catalog/index_builds_manager.h +++ b/src/mongo/db/catalog/index_builds_manager.h @@ -73,7 +73,6 @@ public: IndexConstraints indexConstraints = IndexConstraints::kEnforce; IndexBuildProtocol protocol = IndexBuildProtocol::kSinglePhase; IndexBuildMethod method = IndexBuildMethod::kHybrid; - bool forRecovery = false; }; IndexBuildsManager() = default; |
