projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e2531
)
manifest: remove unused mhashes variable
author
Zac Medico
<zmedico@gentoo.org>
Thu, 12 Jul 2012 19:54:06 +0000
(12:54 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 12 Jul 2012 19:54:06 +0000
(12:54 -0700)
pym/portage/manifest.py
patch
|
blob
|
history
diff --git
a/pym/portage/manifest.py
b/pym/portage/manifest.py
index ab9186245651202d683ce5deb00377b6c9c8c328..a04b71780f4522bfb6094b4a82b2872b21a13f7c 100644
(file)
--- 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]))