removed redundant copy

This commit is contained in:
jtm
2012-04-04 16:34:43 +00:00
parent e26aedab06
commit 9436ca07f0

View File

@@ -97,7 +97,6 @@ class Block(Node):
"""
if self.tokens[1]:
tokens = copy.deepcopy(self.tokens[1])
scope = copy.deepcopy(scope)
out = [p for p in tokens if p]
utility.rename(out, scope)
return out