Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: catalyst/targets/
Date: Thu, 29 Oct 2020 21:00:51
Message-Id: 1603427230.fb9697b053221a408347bbdba1b3dd90845b898e.mattst88@gentoo
1 commit: fb9697b053221a408347bbdba1b3dd90845b898e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 23 04:26:15 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 23 04:27:10 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=fb9697b0
7
8 catalyst: Drop useless stage3 set_cleanables()
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 catalyst/targets/stage3.py | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/catalyst/targets/stage3.py b/catalyst/targets/stage3.py
16 index a8192a01..cfc0dbf9 100644
17 --- a/catalyst/targets/stage3.py
18 +++ b/catalyst/targets/stage3.py
19 @@ -24,6 +24,3 @@ class stage3(StageBase):
20 'Using an overlay for earlier stages could cause build issues.\n'
21 "If you break it, you buy it. Don't complain to us about it.\n"
22 "Don't say we did not warn you.")
23 -
24 - def set_cleanables(self):
25 - StageBase.set_cleanables(self)