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 4A6721382C5 for ; Wed, 20 May 2020 03:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F62DE08C3; Wed, 20 May 2020 03:42:49 +0000 (UTC) Received: from mail-pg1-f181.google.com (mail-pg1-f181.google.com [209.85.215.181]) (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 8876DE08C3 for ; Wed, 20 May 2020 03:42:49 +0000 (UTC) Received: by mail-pg1-f181.google.com with SMTP id r10so803875pgv.8 for ; Tue, 19 May 2020 20:42:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=gJ4LC84iqDnar3MTnjf1cdfTnPJz7ZA08tjVNZ7h3Bg=; b=GNSmAF8tuiJy86OSzniOQcio7uQsaulk61d3EvsU6GKcaC6kvZi3crumcXHq5aLWMC OnbvJJWYUOkzjSK/gnO8eJjPbOtGAGbu+JqizzmbukB1ZPBzoT6LvvmmYmUSbJ7AX6Cf kMhjFjvEcLUfJ/k1bibKphysbNyxL6nVS1E+DbyxbepB30p3h19TXTsmEIKVLPBTZfgo uv+fNO+P9m0ZkTIGijNPJMO46ezXT9lcZVWNtgDAxI0L1AaMZwboSCbum72Y7LGyT0u2 bmYUvXMhO5cnGMSUYDwddfIuaNkqUROIAgtwNykdUVspVv5GOPfDBMr83b8ukglXbJQj fcbA== X-Gm-Message-State: AOAM5311kcH2rYFkBfbuWsxB9Y4w/c3orjWRZH2Y0M+a5CoW6v+wYwcM wxsfGG5qF3fs6p5a+f9p9negd4PU X-Google-Smtp-Source: ABdhPJxlgZ23MWjjeCKNpotK0zWq/adBhBEo5l5/w3NzPjuVOz807g7WGxOX235DdEQL6X6qzYkLOw== X-Received: by 2002:aa7:9494:: with SMTP id z20mr2266710pfk.314.1589946168281; Tue, 19 May 2020 20:42:48 -0700 (PDT) Received: from localhost ([134.134.137.77]) by smtp.gmail.com with ESMTPSA id g18sm764807pfq.146.2020.05.19.20.42.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 May 2020 20:42:47 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 06/21] catalyst: Remove unused decompression_mode spec option Date: Tue, 19 May 2020 20:42:11 -0700 Message-Id: <20200520034226.2870937-6-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200520034226.2870937-1-mattst88@gentoo.org> References: <20200520034226.2870937-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 4503463a-f75b-4a31-b793-e445c5ec707e X-Archives-Hash: 1431889aa284bc05076958bcc4a1d95f Never used. Fixes: 99e9ceabe053 (DeComp bug fixes) Signed-off-by: Matt Turner --- 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", -- 2.26.2