summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Featherstone <andrew.featherstone@cantab.net>2014-07-29 22:18:52 +0100
committerAndrew Featherstone <andrew.featherstone@cantab.net>2014-07-29 22:18:52 +0100
commit31b8874144cf5df3b7a7fa296579534a628db8f8 (patch)
tree7d747d51f581bf587ffe37ef34718ece666e2b28
parent28a2ad02e39ea773ae56aee9c3f855261303ebfe (diff)
downloadscons-git-31b8874144cf5df3b7a7fa296579534a628db8f8.tar.gz
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 6c665dffa..9a5450188 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 = []