1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

Removed redundant line.

--HG--
branch : mep107
This commit is contained in:
Keerthan Jaic 2013-07-05 18:53:58 +00:00
parent 7d899b8e6d
commit a5b197b6bd

View File

@ -53,5 +53,4 @@ class _AttrRefTransformer(ast.NodeTransformer):
nodes = _flatten(node.body, node.args)
for n in nodes:
self.visit(n)
self.visit(node.args)
return node