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 65D55138359 for ; Fri, 23 Oct 2020 04:50:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EB6FE0917; Fri, 23 Oct 2020 04:50:26 +0000 (UTC) Received: from mail-pl1-f179.google.com (mail-pl1-f179.google.com [209.85.214.179]) (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 77355E0917 for ; Fri, 23 Oct 2020 04:50:26 +0000 (UTC) Received: by mail-pl1-f179.google.com with SMTP id j5so222814plk.7 for ; Thu, 22 Oct 2020 21:50:26 -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=mc1aF3veaErTJ85OI3YPEFJDhk69t2cMOzzT1mSXuHY=; b=tQ3OOvXDU0or/FWHS0V/2Xib2ewgNYUxfDKecOF8NHnvbSQDwGcvHAB8D7VnUhivu8 yi4CBKvvcpztf4JAtUshZzxj+U9QHN5T+mAlxVhBlH5UFKODTidS7TmZEFv1SXNopxxn ujQp7fuaAfIV+SR3gWtbDnDWNP4w6FhW26onOYvtSraZDUHi1KjRYWiN75fzlX2grH1C rlqS4F2igcauqfniPjY6QVrO8D7KwWEFfq2ckUYYunppyxIBh0YDewL0ZTnUigOMLfGn pI8iRFlf9DrFctpXz4HH/g8LD927aR+SKXXjDXs6XwtzlzTSzyMcoBgFhydxANxe9LNo 6eqA== X-Gm-Message-State: AOAM532bVbiycWCnZAmts2+w4ckNP1mQd29uQocbTCSteRjv+owKOY4S pvhvlsKzHrO7rvAyEEc0/3e0E4sfjrwwaA== X-Google-Smtp-Source: ABdhPJzTvKqJUfrL6caLnrr31ZKL83GMFQxL8b1fAvlF1lD9z41KTvmZhTwJryWDnZnNImBnx25oGw== X-Received: by 2002:a17:902:7c01:b029:d5:aad0:b7b1 with SMTP id x1-20020a1709027c01b02900d5aad0b7b1mr522669pll.53.1603428625302; Thu, 22 Oct 2020 21:50:25 -0700 (PDT) Received: from localhost ([108.161.26.224]) by smtp.gmail.com with ESMTPSA id 128sm397402pfd.110.2020.10.22.21.50.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Oct 2020 21:50:24 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 3/5] catalyst: Drop useless stage3 set_cleanables() Date: Thu, 22 Oct 2020 21:50:16 -0700 Message-Id: <20201023045018.567245-3-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201023045018.567245-1-mattst88@gentoo.org> References: <20201023045018.567245-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: 3c936ce8-0095-4418-bc2a-8c65056d3827 X-Archives-Hash: 3c3d9971ebd3e9a68ee324a59b947537 Signed-off-by: Matt Turner --- catalyst/targets/stage3.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/catalyst/targets/stage3.py b/catalyst/targets/stage3.py index a8192a01..cfc0dbf9 100644 --- a/catalyst/targets/stage3.py +++ b/catalyst/targets/stage3.py @@ -24,6 +24,3 @@ class stage3(StageBase): 'Using an overlay for earlier stages could cause build issues.\n' "If you break it, you buy it. Don't complain to us about it.\n" "Don't say we did not warn you.") - - def set_cleanables(self): - StageBase.set_cleanables(self) -- 2.26.2