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 06/21] catalyst: Remove unused decompression_mode spec option
Date: Wed, 20 May 2020 03:42:50
Message-Id: 20200520034226.2870937-6-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 01/21] targets: Remove copy_{file,symlink,lib} functions by Matt Turner
1 Never used.
2
3 Fixes: 99e9ceabe053 (DeComp bug fixes)
4 Signed-off-by: Matt Turner <mattst88@g.o>
5 ---
6 catalyst/base/stagebase.py | 1 -
7 1 file changed, 1 deletion(-)
8
9 diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
10 index 651bf4e4..0c311515 100644
11 --- a/catalyst/base/stagebase.py
12 +++ b/catalyst/base/stagebase.py
13 @@ -49,7 +49,6 @@ class StageBase(TargetBase, ClearBase, GenBase):
14 "common_flags",
15 "compression_mode",
16 "cxxflags",
17 - "decompression_mode",
18 "distcc_hosts",
19 "fcflags",
20 "fflags",
21 --
22 2.26.2