summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@10gen.com>2017-04-18 00:07:50 -0400
committerDaniel Gottlieb <daniel.gottlieb@10gen.com>2017-04-18 00:07:50 -0400
commitbae70bcec33c9e45a8adfa54c8e4468b60093d04 (patch)
tree1e1b6ffa7c92ee37456ff66664845caf3bf320a7 /src/mongo/db/SConscript
parent5fa258635ab142b502ebf055f15b7613d20f8f30 (diff)
downloadmongo-bae70bcec33c9e45a8adfa54c8e4468b60093d04.tar.gz
Revert "SERVER-28433 Implement KeysCollectionCacheReaderAndUpdater"
This reverts commit 5fa258635ab142b502ebf055f15b7613d20f8f30.
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r--src/mongo/db/SConscript14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index 6df38c3e2f8..66049a93d88 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -1036,12 +1036,10 @@ env.Library(
target='keys_collection_manager',
source=[
'keys_collection_cache_reader.cpp',
- 'keys_collection_cache_reader_and_updater.cpp',
],
LIBDEPS=[
'keys_collection_document',
'logical_time',
- '$BUILD_DIR/mongo/s/coreshard',
],
)
@@ -1051,6 +1049,7 @@ env.Library(
'logical_clock.cpp',
],
LIBDEPS=[
+ 'keys_collection_manager',
'server_parameters',
'service_context',
'signed_logical_time',
@@ -1137,17 +1136,6 @@ env.CppUnitTest(
],
)
-env.CppUnitTest(
- target='keys_collection_cache_reader_and_updater_test',
- source=[
- 'keys_collection_cache_reader_and_updater_test.cpp',
- ],
- LIBDEPS=[
- 'keys_collection_manager',
- '$BUILD_DIR/mongo/s/config_server_test_fixture',
- ],
-)
-
env.Library(
target= 'op_observer_noop',
source= [