From 1d23eea51b5ea45dd7cfe036d9469f7dae844d0a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 17 Aug 2006 03:18:28 +0000 Subject: Remove an unused "objsadded" variable spotted by antarus. svn path=/main/trunk/; revision=4272 --- bin/repoman | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/repoman b/bin/repoman index 572dd4f73..44e3e2e81 100755 --- a/bin/repoman +++ b/bin/repoman @@ -644,8 +644,7 @@ else: stats={} fails={} -#objsadded records all object being added to cvs -objsadded=[] + for x in qacats: stats[x]=0 fails[x]=[] @@ -788,7 +787,6 @@ for x in scanlist: splitl=l[1:].split("/") if not len(splitl): continue - objsadded.append(splitl[0]) if splitl[0][-7:]==".ebuild": eadded.append(splitl[0][:-7]) except IOError: @@ -806,7 +804,6 @@ for x in scanlist: splitl=l[1:].split("/") if not len(splitl): continue - objsadded.append(splitl[0]) if splitl[0][:7]=="digest-": dadded.append(splitl[0][7:]) except IOError: -- cgit v1.2.3-1-g7c22