From e437dd7f7fb5e2fc5a2689837eec0553f22ac361 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 3 Apr 2009 15:53:56 -0400 Subject: [PATCH] Remove obsolete code. Signed-off-by: Bill Nottingham --- src/pypungi/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py index d15bbf87..d943df28 100644 --- a/src/pypungi/__init__.py +++ b/src/pypungi/__init__.py @@ -453,8 +453,6 @@ class Pungi(pypungi.PungiBase): """Make the package lists self hosting. Requires yum still configured, a list of package objects, and a a list of source rpms.""" - for srpm in self.srpmpolist: - self.ayum.tsInfo.addInstall(srpm) deppass = 1 checked_srpms = [] while 1: