projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ee9e0c
)
Remove unused variable
author
Guido Günther
<agx@sigxcpu.org>
Thu, 19 Feb 2015 15:00:12 +0000
(16:00 +0100)
committer
Guido Günther
<agx@sigxcpu.org>
Sat, 21 Feb 2015 10:50:30 +0000
(11:50 +0100)
gbp/scripts/import_dsc.py
patch
|
blob
|
history
diff --git
a/gbp/scripts/import_dsc.py
b/gbp/scripts/import_dsc.py
index 13dba5e81bae192fae60eb189d599b93436112d7..a8a0abd2aec05e2d5ee82b1613509ab107f53291 100644
(file)
--- a/
gbp/scripts/import_dsc.py
+++ b/
gbp/scripts/import_dsc.py
@@
-280,7
+280,6
@@
def main(argv):
needs_repo = False
ret = 0
skipped = False
- parents = None
options, args = parse_args(argv)
if not options: