Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 3/5] catalyst: Drop useless stage3 set_cleanables()
Date: Fri, 23 Oct 2020 04:50:27
Message-Id: 20201023045018.567245-3-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 1/5] catalyst: Fix indentation by Matt Turner
1 Signed-off-by: Matt Turner <mattst88@g.o>
2 ---
3 catalyst/targets/stage3.py | 3 ---
4 1 file changed, 3 deletions(-)
5
6 diff --git a/catalyst/targets/stage3.py b/catalyst/targets/stage3.py
7 index a8192a01..cfc0dbf9 100644
8 --- a/catalyst/targets/stage3.py
9 +++ b/catalyst/targets/stage3.py
10 @@ -24,6 +24,3 @@ class stage3(StageBase):
11 'Using an overlay for earlier stages could cause build issues.\n'
12 "If you break it, you buy it. Don't complain to us about it.\n"
13 "Don't say we did not warn you.")
14 -
15 - def set_cleanables(self):
16 - StageBase.set_cleanables(self)
17 --
18 2.26.2