summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/portage.py b/pym/portage.py
index f6f43f4e1..e27680ae9 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -5307,8 +5307,6 @@ class dbapi:
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.