diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-08-06 00:32:42 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-08-06 00:32:42 +0000 |
commit | d1cb6d2aefa4225a3aa6eb819b35dff8236dff24 (patch) | |
tree | 283d9fa411da8b47029fb92a8f8aff0493f7e17a | |
parent | f7b999960880c1540a683f2ba5b48da3d0958385 (diff) | |
download | portage-d1cb6d2aefa4225a3aa6eb819b35dff8236dff24.tar.gz portage-d1cb6d2aefa4225a3aa6eb819b35dff8236dff24.tar.bz2 portage-d1cb6d2aefa4225a3aa6eb819b35dff8236dff24.zip |
Remove unused "cladded" variable reported by antarus.
svn path=/main/trunk/; revision=4176
-rwxr-xr-x | bin/repoman | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/repoman b/bin/repoman index 2ff21dce3..6cb7abbc3 100755 --- a/bin/repoman +++ b/bin/repoman @@ -733,7 +733,6 @@ for x in scanlist: print "checking package " + x eadded=[] dadded=[] - cladded=0 catdir,pkgdir=x.split("/") checkdir=repodir+"/"+x checkdirlist=os.listdir(checkdir) @@ -792,8 +791,6 @@ for x in scanlist: objsadded.append(splitl[0]) if splitl[0][-7:]==".ebuild": eadded.append(splitl[0][:-7]) - if splitl[0]=="ChangeLog": - cladded=1 except IOError: if mymode=="commit": stats["CVS/Entries.IO_error"] += 1 |