projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2b0e9d
)
Remove unused worldlist variable. (trunk r7078)
author
Zac Medico
<zmedico@gentoo.org>
Thu, 28 Jun 2007 09:06:29 +0000
(09:06 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 28 Jun 2007 09:06:29 +0000
(09:06 -0000)
svn path=/main/branches/2.1.2/; revision=7079
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 492ed6274e703c64e2595007c56a2449b2f7b9d2..8b734b8356203d1726a854f934017b998a31ec84 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-2535,7
+2535,6
@@
class depgraph:
# files to fetch list - avoids counting a same file twice
# in size display (verbose mode)
myfetchlist=[]
- worldlist = set(getlist(self.settings, "world"))
for mylist_index in xrange(len(mylist)):
x, depth, ordered = mylist[mylist_index]