Remove obsolete code.

Signed-off-by: Bill Nottingham <notting@redhat.com>
This commit is contained in:
Bill Nottingham 2009-04-03 15:53:56 -04:00 committed by Jesse Keating
parent 2c2a1178ae
commit e437dd7f7f
1 changed files with 0 additions and 2 deletions

View File

@ -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: