summaryrefslogtreecommitdiff
path: root/src/mongo/client/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/SConscript')
-rw-r--r--src/mongo/client/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/client/SConscript b/src/mongo/client/SConscript
index cdaa0819473..5010be181f0 100644
--- a/src/mongo/client/SConscript
+++ b/src/mongo/client/SConscript
@@ -72,7 +72,6 @@ if get_option('ssl') == 'on':
],
LIBDEPS_PRIVATE=[
'$BUILD_DIR/mongo/base',
- '$BUILD_DIR/mongo/bson/bson_validate',
'$BUILD_DIR/mongo/db/server_options_core', # For object_check.h
'$BUILD_DIR/mongo/idl/idl_parser',
'$BUILD_DIR/third_party/shim_kms_message',
@@ -118,7 +117,6 @@ saslClientEnv.Library(
source=saslClientSource,
LIBDEPS=[
'$BUILD_DIR/mongo/base/secure_allocator',
- '$BUILD_DIR/mongo/bson/bson_validate',
'$BUILD_DIR/mongo/bson/util/bson_extract',
'$BUILD_DIR/mongo/executor/remote_command',
'$BUILD_DIR/mongo/rpc/command_status',