summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2021-04-30 10:57:36 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-05 19:58:49 +0000
commit76eab0dfcc8f0d6ed77e64d9a656e8819db99cdd (patch)
treeec1170c63ef60db21dca8c8fab38f8f4e4f920cd /SConstruct
parent5a36b11b00fd4665cf703f5e67c6efba582cf5ce (diff)
downloadmongo-76eab0dfcc8f0d6ed77e64d9a656e8819db99cdd.tar.gz
SERVER-56141 added in degree one libdeps analyzer and removed existence of shims from analyzer.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index be5c60e5956..fb573d5513c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1284,7 +1284,6 @@ def shim_library(env, name, needs_link=False, *args, **kwargs):
for n in nodes:
setattr(n.attributes, "needs_link", needs_link)
- setattr(n.attributes, "is_shim", True)
return nodes