summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/SConscript
diff options
context:
space:
mode:
authorADAM David Alan Martin <adam.martin@10gen.com>2017-04-18 18:16:03 -0400
committerADAM David Alan Martin <adam.martin@10gen.com>2017-04-20 15:49:12 -0400
commit47b98a643bc1844cf7a3cc9362748f125efa875c (patch)
treea867230be941af42b49b55c4b9c62ab72b5823bf /src/mongo/db/stats/SConscript
parent89fb4cd00cda336d7915dd603ef802534a1c4ea7 (diff)
downloadmongo-47b98a643bc1844cf7a3cc9362748f125efa875c.tar.gz
SERVER-28811 Resolve satisfiable dependencies
With the creation of many dependency slices using vtables, the build graph can be altered to resolve libraries depending upon such modules. Several incomplete libraries are completely resolved with this change.
Diffstat (limited to 'src/mongo/db/stats/SConscript')
-rw-r--r--src/mongo/db/stats/SConscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/stats/SConscript b/src/mongo/db/stats/SConscript
index fb58a79fb5d..270cadafe80 100644
--- a/src/mongo/db/stats/SConscript
+++ b/src/mongo/db/stats/SConscript
@@ -102,10 +102,5 @@ env.Library(
'$BUILD_DIR/mongo/db/index/index_access_methods',
'fill_locker_info',
'top',
- #'$BUILD_DIR/mongo/db/catalog/catalog', # CYCLE
- ],
- LIBDEPS_TAGS=[
- # TODO(ADAM, 2017-03-10): See `CYCLE` tags above.
- 'illegal_cyclic_or_unresolved_dependencies_whitelisted',
],
)