Remove unused variable
authorGuido Günther <agx@sigxcpu.org>
Thu, 19 Feb 2015 15:00:12 +0000 (16:00 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sat, 21 Feb 2015 10:50:30 +0000 (11:50 +0100)
gbp/scripts/import_dsc.py

index 13dba5e81bae192fae60eb189d599b93436112d7..a8a0abd2aec05e2d5ee82b1613509ab107f53291 100644 (file)
@@ -280,7 +280,6 @@ def main(argv):
     needs_repo = False
     ret = 0
     skipped = False
-    parents = None
 
     options, args = parse_args(argv)
     if not options: