summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
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/rpc
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/rpc')
-rw-r--r--src/mongo/rpc/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/rpc/SConscript b/src/mongo/rpc/SConscript
index d462e592fc2..f4ffc3b4e21 100644
--- a/src/mongo/rpc/SConscript
+++ b/src/mongo/rpc/SConscript
@@ -14,7 +14,6 @@ env.Library(
'$BUILD_DIR/mongo/base',
'$BUILD_DIR/mongo/bson/util/bson_extract',
'$BUILD_DIR/mongo/db/common',
- '$BUILD_DIR/mongo/util/foundation'
],
)