summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/SConscript')
-rw-r--r--src/mongo/db/commands/SConscript12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mongo/db/commands/SConscript b/src/mongo/db/commands/SConscript
index bbc0780edb6..f7e219f6a65 100644
--- a/src/mongo/db/commands/SConscript
+++ b/src/mongo/db/commands/SConscript
@@ -507,22 +507,11 @@ env.Library(
)
env.Library(
- target='map_reduce_stats',
- source=[
- 'map_reduce_stats.cpp',
- ],
- LIBDEPS=[
- '$BUILD_DIR/mongo/db/pipeline/pipeline',
- ]
-)
-
-env.Library(
target='map_reduce_agg',
source=[
'map_reduce_agg.cpp',
],
LIBDEPS=[
- '$BUILD_DIR/mongo/db/commands/map_reduce_stats',
'$BUILD_DIR/mongo/db/commands/servers',
'$BUILD_DIR/mongo/db/db_raii',
'$BUILD_DIR/mongo/db/index/index_access_methods',
@@ -556,7 +545,6 @@ env.CppUnitTest(
source=[
"map_reduce_agg_test.cpp",
"map_reduce_parse_test.cpp",
- "map_reduce_stats_test.cpp",
],
LIBDEPS=[
'$BUILD_DIR/mongo/db/auth/authmocks',