From 6968a5c8e8a30b5fd3b9746924ce87334dfc8d78 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 4 Mar 2015 09:11:55 +0100 Subject: Remove unused variable Git-Dch: Ignore --- gbp/pkg/pristinetar.py | 2 -- 1 file changed, 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]) -- cgit v1.2.3