From: Zac Medico Date: Thu, 12 Jul 2012 19:54:06 +0000 (-0700) Subject: manifest: remove unused mhashes variable X-Git-Tag: v2.2.0_alpha117~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=09fa35229c35f9f93833192cebda38c2949b0392;p=portage.git manifest: remove unused mhashes variable --- 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]))