summaryrefslogtreecommitdiff
path: root/src/mongo/idl
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2018-01-29 15:32:52 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2018-01-30 13:24:34 -0500
commite62e26b324bcf4584e53cf24f8e853842d294dba (patch)
tree1dfb1f0f83d570ace0bca6b572704c15d41d264e /src/mongo/idl
parent0700f1dc9c9f9985962d96f6aef6200a3a5bd57d (diff)
downloadmongo-e62e26b324bcf4584e53cf24f8e853842d294dba.tar.gz
SERVER-32987 Move the contents of the 'uuid' library to be under 'base'
Diffstat (limited to 'src/mongo/idl')
-rw-r--r--src/mongo/idl/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/idl/SConscript b/src/mongo/idl/SConscript
index d7b68634932..87c5d3c2158 100644
--- a/src/mongo/idl/SConscript
+++ b/src/mongo/idl/SConscript
@@ -24,6 +24,5 @@ env.CppUnitTest(
'$BUILD_DIR/mongo/base',
'$BUILD_DIR/mongo/db/namespace_string',
'$BUILD_DIR/mongo/idl/idl_parser',
- '$BUILD_DIR/mongo/util/uuid',
],
)