diff options
Diffstat (limited to 'src/mongo/db/pipeline/SConscript')
-rw-r--r-- | src/mongo/db/pipeline/SConscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/pipeline/SConscript b/src/mongo/db/pipeline/SConscript index 6c1ee4f7772..f8b58061d5c 100644 --- a/src/mongo/db/pipeline/SConscript +++ b/src/mongo/db/pipeline/SConscript @@ -127,7 +127,6 @@ env.CppUnitTest( 'document_source_add_fields_test.cpp', 'document_source_bucket_auto_test.cpp', 'document_source_bucket_test.cpp', - 'document_source_change_notification_test.cpp', 'document_source_count_test.cpp', 'document_source_current_op_test.cpp', 'document_source_geo_near_test.cpp', @@ -227,7 +226,6 @@ docSourceEnv.Library( 'document_source_add_fields.cpp', 'document_source_bucket.cpp', 'document_source_bucket_auto.cpp', - 'document_source_change_notification.cpp', 'document_source_coll_stats.cpp', 'document_source_count.cpp', 'document_source_current_op.cpp', |