From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 095B11382C5 for ; Wed, 20 May 2020 00:26:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38AB0E0841; Wed, 20 May 2020 00:26:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20491E0841 for ; Wed, 20 May 2020 00:26:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 580A234F1B1 for ; Wed, 20 May 2020 00:26:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86CE524E for ; Wed, 20 May 2020 00:26:03 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1589933657.a6216d2689d7d67953063a26065c4aec2db0e5d1.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/stagebase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a6216d2689d7d67953063a26065c4aec2db0e5d1 X-VCS-Branch: wip/mattst88 Date: Wed, 20 May 2020 00:26:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 161bcfcf-3bcd-4924-bd49-9f08eeddc4bf X-Archives-Hash: f609d17b701f2c750e626dcb648505f6 commit: a6216d2689d7d67953063a26065c4aec2db0e5d1 Author: Matt Turner gentoo org> AuthorDate: Wed May 20 00:11:36 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 20 00:14:17 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=a6216d26 catalyst: Remove unused decompression_mode spec option Never used. Fixes: 99e9ceabe053 (DeComp bug fixes) Signed-off-by: Matt Turner gentoo.org> catalyst/base/stagebase.py | 1 - 1 file changed, 1 deletion(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 651bf4e4..0c311515 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -49,7 +49,6 @@ class StageBase(TargetBase, ClearBase, GenBase): "common_flags", "compression_mode", "cxxflags", - "decompression_mode", "distcc_hosts", "fcflags", "fflags",