summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2016-10-20 12:01:33 -0400
committerAndy Schwerin <schwerin@mongodb.com>2016-10-26 10:07:08 -0400
commit6d183707d5de7d246f9fc6dba55d9011a39cfc5f (patch)
tree6e95f1f58de08e2fae2851a31ecf39d8a9abe656 /src/mongo/db/ops
parent684e0dcad58b7fd691b497e26843064a1252ccc8 (diff)
downloadmongo-6d183707d5de7d246f9fc6dba55d9011a39cfc5f.tar.gz
SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mongo/base library.
Diffstat (limited to 'src/mongo/db/ops')
-rw-r--r--src/mongo/db/ops/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/ops/SConscript b/src/mongo/db/ops/SConscript
index 69ba2abcb93..78ba7a0c635 100644
--- a/src/mongo/db/ops/SConscript
+++ b/src/mongo/db/ops/SConscript
@@ -13,7 +13,6 @@ env.Library(
'$BUILD_DIR/mongo/base',
'$BUILD_DIR/mongo/bson/mutable/mutable_bson',
'$BUILD_DIR/mongo/db/common',
- '$BUILD_DIR/mongo/util/foundation',
'$BUILD_DIR/mongo/db/matcher/expressions',
],
)