diff options
author | Henrik Edin <henrik.edin@mongodb.com> | 2018-08-02 11:50:43 -0400 |
---|---|---|
committer | Henrik Edin <henrik.edin@mongodb.com> | 2018-08-08 13:29:45 -0400 |
commit | dbf1808cb4a7def9066fcb95df32dc50da9bb449 (patch) | |
tree | 9f5b797160ed3fce7db07fbef48e31331e3743a8 /src/mongo/embedded/SConscript | |
parent | f10f21467c2c0ae7586c5c9d327f2328f09d655c (diff) | |
download | mongo-dbf1808cb4a7def9066fcb95df32dc50da9bb449.tar.gz |
SERVER-36391 Don't allow creation of TTL indexes in embedded.
Diffstat (limited to 'src/mongo/embedded/SConscript')
-rw-r--r-- | src/mongo/embedded/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/embedded/SConscript b/src/mongo/embedded/SConscript index 5d5f1524cbc..8a1de5f3f4c 100644 --- a/src/mongo/embedded/SConscript +++ b/src/mongo/embedded/SConscript @@ -19,7 +19,6 @@ env.Library( 'embedded_options.cpp', 'embedded_options_init.cpp', 'embedded_options_parser_init.cpp', - 'index_create_impl_embedded.cpp', 'replication_coordinator_embedded.cpp', 'service_entry_point_embedded.cpp', ], |