diff options
author | Andrew Morrow <acm@mongodb.com> | 2016-03-13 19:25:34 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2016-03-21 22:55:33 -0400 |
commit | 8a5eb4206775a9497a44f01e9108743cc3cd25c4 (patch) | |
tree | e9c4e645bda435d4c23499f513dd193a348faf87 /src/mongo/util/SConscript | |
parent | 13d736d45f798ed1881bcbad187c3fdf31789f86 (diff) | |
download | mongo-8a5eb4206775a9497a44f01e9108743cc3cd25c4.tar.gz |
SERVER-23103 Decouple BackgroundJob and SSLManager
Diffstat (limited to 'src/mongo/util/SConscript')
-rw-r--r-- | src/mongo/util/SConscript | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/util/SConscript b/src/mongo/util/SConscript index f0216f3a8d1..371b3f1c845 100644 --- a/src/mongo/util/SConscript +++ b/src/mongo/util/SConscript @@ -227,9 +227,6 @@ env.Library( 'concurrency/spin_lock', 'foundation', ], - LIBDEPS_TAGS=[ - 'incomplete' - ], ) env.CppUnitTest( @@ -240,7 +237,6 @@ env.CppUnitTest( LIBDEPS=[ "background_job", "concurrency/synchronization", - "net/network", # Temporary crutch since the ssl cleanup is hard coded in background.cpp ], ) |