#82 _depchase: Remove some stray assignments
Closed 5 years ago by nphilipp. Opened 5 years ago by otaylor.
modularity/ otaylor/fedmod depchase-stray-variables  into  master

@@ -241,8 +241,6 @@ 

      if sel.isempty():

          raise RuntimeError("Couldn't find package {}".format(pkg))

      found = sel.solvables()

-     num_results = len(found)

-     s = None

  

      # Handle x86 32-bit vs 64-bit multilib packages

      have_x86_64 = any(x.arch == "x86_64" for x in found)

Noticed that my last merged code left some variable initializations that are no longer needed.

Looks good, I've rebased and applied it in commit 43e67c0.

Pull-Request has been closed by nphilipp

5 years ago
Metadata