summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-03-04 09:11:55 +0100
committerGuido Günther <agx@sigxcpu.org>2015-03-26 13:03:57 +0100
commit6968a5c8e8a30b5fd3b9746924ce87334dfc8d78 (patch)
treec4bc91ae00a7fe13550631fd24f2705eea260614
parent1e0a0392bb6c0bc739842ff2ac08da30f17b49a6 (diff)
Remove unused variable
Git-Dch: Ignore
-rw-r--r--gbp/pkg/pristinetar.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gbp/pkg/pristinetar.py b/gbp/pkg/pristinetar.py
index fccef0a..03f043d 100644
--- a/gbp/pkg/pristinetar.py
+++ b/gbp/pkg/pristinetar.py
@@ -76,8 +76,6 @@ class PristineTar(Command):
@param upstream: the upstream branch to diff against
@type upstream: C{str}
"""
- ref = 'refs/heads/%s' % upstream
-
self.run_error = ("Couldn't commit to '%s' with upstream '%s'" %
(self.branch, upstream))
self.__call__(['commit', archive, upstream])