summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/SConscript
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2018-10-12 09:37:57 -0400
committerBenety Goh <benety@mongodb.com>2018-10-12 09:37:57 -0400
commit65eced031a2c8d8b1c5e5815881466b8fbb3bc01 (patch)
tree7b44213a602fb20a72e63b56c84c342f71b2da52 /src/mongo/db/s/SConscript
parentae2b60fce624cd9f4a95037316033b53846be176 (diff)
downloadmongo-65eced031a2c8d8b1c5e5815881466b8fbb3bc01.tar.gz
SERVER-36889 unshim MultiIndexBlock
Diffstat (limited to 'src/mongo/db/s/SConscript')
-rw-r--r--src/mongo/db/s/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/s/SConscript b/src/mongo/db/s/SConscript
index 458e8bd7148..8583886b96d 100644
--- a/src/mongo/db/s/SConscript
+++ b/src/mongo/db/s/SConscript
@@ -66,7 +66,6 @@ env.Library(
'split_vector.cpp',
],
LIBDEPS=[
- '$BUILD_DIR/mongo/db/catalog/index_create',
'$BUILD_DIR/mongo/db/commands/mongod_fcv',
'$BUILD_DIR/mongo/db/db_raii',
'$BUILD_DIR/mongo/db/dbhelpers',