Skip to content

Commit

Permalink
Remove dead code from _get_platforms
Browse files Browse the repository at this point in the history
Since manylinux* is only possible if provided by the user directly.
  • Loading branch information
chrahunt committed Nov 19, 2019
1 parent 92b079a commit cf52515
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pip/_internal/pep425tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,6 @@ def _get_platforms():
arch_prefix, arch_sep, arch_suffix = arch.partition('_')
if arch.startswith('macosx'):
arches = _mac_platforms(arch)
elif arch_prefix in ['manylinux2014', 'manylinux2010']:
arches = _custom_manylinux_platforms(arch)
else:
arches = []
if is_manylinux2014_compatible():
Expand Down

0 comments on commit cf52515

Please sign in to comment.