summaryrefslogtreecommitdiff
path: root/src/mongo/util/SConscript
diff options
context:
space:
mode:
authorGeert Bosch <geert@mongodb.com>2017-06-15 00:20:33 -0400
committerGeert Bosch <geert@mongodb.com>2017-06-23 15:11:09 -0400
commita69ae445303fc4821c6745866b3902623a385c1c (patch)
tree177cab03d8078defe675fd0dff15349cc32401c0 /src/mongo/util/SConscript
parent3bb0f6030b5609002049ea2156e97fe4c6c05d5d (diff)
downloadmongo-a69ae445303fc4821c6745866b3902623a385c1c.tar.gz
SERVER-27992 Use UUIDs for replication
Diffstat (limited to 'src/mongo/util/SConscript')
-rw-r--r--src/mongo/util/SConscript39
1 files changed, 0 insertions, 39 deletions
diff --git a/src/mongo/util/SConscript b/src/mongo/util/SConscript
index 2bb79104f3c..604743801c4 100644
--- a/src/mongo/util/SConscript
+++ b/src/mongo/util/SConscript
@@ -101,26 +101,9 @@ env.Library(
target='uuid',
source=[
'uuid.cpp',
- 'namespace_uuid_cache.cpp',
],
LIBDEPS=[
'$BUILD_DIR/mongo/base',
- '$BUILD_DIR/mongo/db/catalog/collection',
- '$BUILD_DIR/mongo/util/decorable',
- '$BUILD_DIR/third_party/murmurhash3/murmurhash3',
- ],
-)
-
-env.Library(
- target='uuid_catalog',
- source=[
- 'uuid_catalog.cpp'
- ],
- LIBDEPS=[
- 'uuid',
- '$BUILD_DIR/mongo/base',
- '$BUILD_DIR/mongo/db/catalog/collection',
- '$BUILD_DIR/mongo/db/namespace_string',
'$BUILD_DIR/mongo/util/decorable',
'$BUILD_DIR/third_party/murmurhash3/murmurhash3',
],
@@ -137,28 +120,6 @@ env.CppUnitTest(
],
)
-env.CppUnitTest(
- target='namespace_uuid_cache_test',
- source=[
- 'namespace_uuid_cache_test.cpp'
- ],
- LIBDEPS=[
- 'uuid',
- ],
-)
-
-env.CppUnitTest(
- target='uuid_catalog_test',
- source=[
- 'uuid_catalog_test.cpp',
- ],
- LIBDEPS=[
- 'uuid_catalog',
- 'uuid',
- '$BUILD_DIR/mongo/db/service_context',
- ]
- )
-
env.Library(
target='summation',
source=[