[yum-commits] Branch 'yum-3_2_X' - yum/__init__.py

Ville Skyttä scop at osuosl.org
Mon Oct 26 18:50:29 UTC 2009


 yum/__init__.py |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 85ed327d326df438f764b65f397ed49ef420ca2b
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Oct 26 20:50:15 2009 +0200

    Remove unused variable.

diff --git a/yum/__init__.py b/yum/__init__.py
index 655f8e1..ff5e485 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -1953,8 +1953,6 @@ class YumBase(depsolve.Depsolve):
             else:
                 sql_fields.append(f)
 
-        matched_values = {}
-
         # yield the results in order of most terms matched first
         sorted_lists = {}
         tmpres = []


More information about the Yum-commits mailing list