summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Tropf <asym@gentoo.org>2009-12-07 18:51:15 +0100
committerBjoern Tropf <asym@gentoo.org>2009-12-07 18:51:15 +0100
commite26811aba31ff307e99caf7cb0bf6f3e3f909887 (patch)
tree2b5eef53cc514188a0165c8da77048b21e938773
parentImplement filetable (diff)
downloadkernel-check-e26811aba31ff307e99caf7cb0bf6f3e3f909887.tar.gz
kernel-check-e26811aba31ff307e99caf7cb0bf6f3e3f909887.tar.bz2
kernel-check-e26811aba31ff307e99caf7cb0bf6f3e3f909887.zip
Fix unused line
-rwxr-xr-xtools/cron.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cron.py b/tools/cron.py
index 82c9350..770e9aa 100755
--- a/tools/cron.py
+++ b/tools/cron.py
@@ -113,7 +113,6 @@ def main(argv):
logging.info('Creating a filetable for all xml files')
filetable = dict()
- path = '/usr/portage/metadata/kernel'
for xmlfile in os.listdir(PARAM['outdir']):
xmlfile = os.path.join(PARAM['outdir'], xmlfile)