aboutsummaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/manifest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py
index ab9186245..a04b71780 100644
--- a/pym/portage/manifest.py
+++ b/pym/portage/manifest.py
@@ -507,7 +507,6 @@ class Manifest(object):
self.checkFileHashes(idtype, f, ignoreMissing=ignoreMissingFiles)
def checkFileHashes(self, ftype, fname, ignoreMissing=False):
- myhashes = self.fhashdict[ftype][fname]
try:
ok, reason = verify_all(self._getAbsname(ftype, fname),
_filter_unaccelarated_hashes(self.fhashdict[ftype][fname]))