projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bac6bc9
)
Remove redundant code from previous commit.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 3 Nov 2007 16:37:25 +0000
(16:37 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 3 Nov 2007 16:37:25 +0000
(16:37 -0000)
svn path=/main/trunk/; revision=8392
pym/portage/dbapi/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/__init__.py
b/pym/portage/dbapi/__init__.py
index 90e4ca779074b4dd761e3bfc190dd24f3aa77904..c6318bacb7f59c8b62794934983e88da2062e026 100644
(file)
--- a/
pym/portage/dbapi/__init__.py
+++ b/
pym/portage/dbapi/__init__.py
@@
-28,8
+28,6
@@
class dbapi(object):
order. It sorts in place and returns None.
"""
if len(cpv_list) > 1:
- first_split = catpkgsplit(cpv_list[0])
- cat = first_split[0]
# If the cpv includes explicit -r0, it has to be preserved
# for consistency in findname and aux_get calls, so use a
# dict to map strings back to their original values.