Skip to content

Commit

Permalink
refactor: remove vestigial ALLOWED_URL_SCHEMES from package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tgamblin committed Jun 5, 2019
1 parent 87e6cb9 commit 087a511
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/spack/spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
from spack.package_prefs import get_package_dir_permissions, get_package_group


"""Allowed URL schemes for spack packages."""
_ALLOWED_URL_SCHEMES = ["http", "https", "ftp", "file", "git"]


class InstallPhase(object):
"""Manages a single phase of the installation.
Expand Down

0 comments on commit 087a511

Please sign in to comment.