Skip to content

Commit fb9b7c0

Browse files
committed
Remove some dead code
1 parent a36f76a commit fb9b7c0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/manage/install_command.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -274,17 +274,6 @@ def _cleanup_arp_entries(cmd, install_shortcut_pairs):
274274
cleanup([i for i, s in install_shortcut_pairs], getattr(cmd, "tags", None))
275275

276276

277-
def _create_entrypoints(cmd, install, shortcut):
278-
from .aliasutils import scan_and_create_entrypoints
279-
aliases_written = cmd.scratch.setdefault("aliasutils.create_alias.aliases_written", set())
280-
scan_and_create_entrypoints(cmd, install, shortcut, aliases_written)
281-
282-
283-
def _cleanup_entrypoints(cmd, install_shortcut_pairs):
284-
# Entry point aliases are cleaned up with regular aliases
285-
pass
286-
287-
288277
SHORTCUT_HANDLERS = {
289278
"pep514": (_create_shortcut_pep514, _cleanup_shortcut_pep514),
290279
"start": (_create_start_shortcut, _cleanup_start_shortcut),

0 commit comments

Comments
 (0)