summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Featherstone <andrew.featherstone@cantab.net>2014-07-29 21:18:52 (GMT)
committerAndrew Featherstone <andrew.featherstone@cantab.net>2014-07-29 21:18:52 (GMT)
commit31b8874144cf5df3b7a7fa296579534a628db8f8 (patch)
tree7d747d51f581bf587ffe37ef34718ece666e2b28
parent28a2ad02e39ea773ae56aee9c3f855261303ebfe (diff)
downloadSCons-31b8874144cf5df3b7a7fa296579534a628db8f8.zip
SCons-31b8874144cf5df3b7a7fa296579534a628db8f8.tar.gz
SCons-31b8874144cf5df3b7a7fa296579534a628db8f8.tar.bz2
Remove commented out code.
-rw-r--r--src/engine/SCons/Environment.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/SCons/Environment.py b/src/engine/SCons/Environment.py
index 6c665df..9a54501 100644
--- a/src/engine/SCons/Environment.py
+++ b/src/engine/SCons/Environment.py
@@ -1378,7 +1378,6 @@ class Base(SubstitutionEnvironment):
else:
tmp.append((k,))
dk = tmp
- #dk = dk.items()
if SCons.Util.is_String(val):
if val in dk:
val = []