Skip to content

Commit

Permalink
Update sub_node_tab_pass.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Thamirawaran authored Jan 1, 2025
1 parent 92eca66 commit df91710
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jac/jaclang/compiler/passes/main/sub_node_tab_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def enter_node(self, node: ast.AstNode) -> None:
"""Table builder."""
super().enter_node(node)
node._sub_node_tab = {} # clears on entry
self.dumped_modules: dict = {}

def exit_node(self, node: ast.AstNode) -> None:
"""Table builder."""
Expand Down

0 comments on commit df91710

Please sign in to comment.