From ac635aa7778b3de71728f1b2a161c4e42a28e50c Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Mon, 3 Feb 2025 16:17:42 +0100 Subject: [PATCH] packge_base.py: remove _patches_by_hash (#48768) --- lib/spack/spack/package_base.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/spack/spack/package_base.py b/lib/spack/spack/package_base.py index 42eab851aa3..d5b9320c8bd 100644 --- a/lib/spack/spack/package_base.py +++ b/lib/spack/spack/package_base.py @@ -697,9 +697,6 @@ class PackageBase(WindowsRPath, PackageViewMixin, metaclass=PackageMeta): #: Verbosity level, preserved across installs. _verbose = None - #: index of patches by sha256 sum, built lazily - _patches_by_hash = None - #: Package homepage where users can find more information about the package homepage: Optional[str] = None