summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/catalog_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/catalog_test_fixture.h')
-rw-r--r--src/mongo/db/catalog/catalog_test_fixture.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/catalog/catalog_test_fixture.h b/src/mongo/db/catalog/catalog_test_fixture.h
index b71933fa317..b60b2de088f 100644
--- a/src/mongo/db/catalog/catalog_test_fixture.h
+++ b/src/mongo/db/catalog/catalog_test_fixture.h
@@ -43,10 +43,6 @@ namespace mongo {
*/
class CatalogTestFixture : public ServiceContextMongoDTest {
public:
- /**
- * Allows selection of storage engine to back the unit test, defaulting to ephemeralForTest
- * when not specified.
- */
explicit CatalogTestFixture(Options options = {})
: ServiceContextMongoDTest(std::move(options)) {}