remove unused var

This commit is contained in:
Thomas Vander Stichele
2010-04-13 22:05:53 +00:00
parent 4cc8b753b8
commit e596023fd0

View File

@@ -103,7 +103,6 @@ class Retag(logcommand.LogCommand):
def do(self, args):
prog = program.Program()
runner = task.SyncRunner()
cache = accurip.AccuCache()
for arg in args:
arg = unicode(arg)