Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/repoman/
Date: Mon, 21 Sep 2015 23:51:38
Message-Id: 1442878967.56cd8391579d206245232b0766d7cfe6c6b82dbc.dolsen@gentoo
1 commit: 56cd8391579d206245232b0766d7cfe6c6b82dbc
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 19 04:03:54 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 23:42:47 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=56cd8391
7
8 repoman/actions.py: Remove unused variable
9
10 pym/repoman/actions.py | 2 --
11 1 file changed, 2 deletions(-)
12
13 diff --git a/pym/repoman/actions.py b/pym/repoman/actions.py
14 index 405a8c7..2318ce2 100644
15 --- a/pym/repoman/actions.py
16 +++ b/pym/repoman/actions.py
17 @@ -110,8 +110,6 @@ class Actions(object):
18 " --commitmsgfile='%s'\n" % self.options.commitmsgfile)
19 else:
20 raise
21 - # We've read the content so the file is no longer needed.
22 - commitmessagefile = None
23 if not commitmessage or not commitmessage.strip():
24 msg_prefix = ""
25 if self.scanner.repolevel > 1: