Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Sep 27, 2023
1 parent 3f9f793 commit 04d477a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vyper/semantics/analysis/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ def __init__(
if not derived_nodes:
break

# attach temporary namespace with constants to the module for
# typechecking
_ns = Namespace()
_ns._constants = self.namespace._constants
module_node._metadata["namespace"] = _ns

while module_nodes:
count = len(module_nodes)
err_list = ExceptionList()
Expand Down

0 comments on commit 04d477a

Please sign in to comment.