Skip to content

Commit

Permalink
unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth committed Jul 20, 2024
1 parent 98030cb commit 2e6e790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion enscons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def egg_info_builder(target, source, env):
"""
Minimum egg_info. To be used only by pip to get dependencies.
"""
env["PACKAGE_METADATA"]
for dnode in env.arg2nodes(target):
if dnode.name == "PKG-INFO":
with open(dnode.get_path(), "w") as f:
Expand Down

0 comments on commit 2e6e790

Please sign in to comment.