diff options
Diffstat (limited to 'src/mongo/db/exec/SConscript')
| -rw-r--r-- | src/mongo/db/exec/SConscript | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/exec/SConscript b/src/mongo/db/exec/SConscript index fb803f2cb53..c2caf69f0f2 100644 --- a/src/mongo/db/exec/SConscript +++ b/src/mongo/db/exec/SConscript @@ -84,7 +84,6 @@ sortExecutorEnv.Library( ], LIBDEPS_PRIVATE=[ '$BUILD_DIR/mongo/db/sorter/sorter_idl', - '$BUILD_DIR/mongo/db/sorter/sorter_stats', ], ) @@ -109,7 +108,7 @@ env.Library( 'stagedebug_cmd.cpp' ], LIBDEPS=[ - "$BUILD_DIR/mongo/db/index/index_access_method", + "$BUILD_DIR/mongo/db/index/index_access_methods", "$BUILD_DIR/mongo/db/query_exec", ], LIBDEPS_PRIVATE=[ @@ -130,7 +129,6 @@ env.CppUnitTest( "find_projection_executor_test.cpp", "inclusion_projection_executor_test.cpp", "projection_executor_builder_test.cpp", - "projection_executor_redaction_test.cpp", "projection_executor_test.cpp", "projection_executor_utils_test.cpp", "projection_executor_wildcard_access_test.cpp", |
