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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C675158020 for ; Thu, 22 Dec 2022 07:12:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 200E4E07EE; Thu, 22 Dec 2022 07:11:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC644E07EA for ; Thu, 22 Dec 2022 07:11:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFD333412BB for ; Thu, 22 Dec 2022 07:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 031EE75 for ; Thu, 22 Dec 2022 07:11:55 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1671677598.409eb6072b548811e669ec5a49b65316ddd35132.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgcore:master commit in: src/pkgcore/ebuild/ X-VCS-Repository: proj/pkgcore/pkgcore X-VCS-Files: src/pkgcore/ebuild/conditionals.py X-VCS-Directories: src/pkgcore/ebuild/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 409eb6072b548811e669ec5a49b65316ddd35132 X-VCS-Branch: master Date: Thu, 22 Dec 2022 07:11:55 +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: 0afaae69-ec83-46b8-86b7-c4514f1fe9df X-Archives-Hash: 61946b89dfdee058ecebf97718d770f6 commit: 409eb6072b548811e669ec5a49b65316ddd35132 Author: Brian Harring gmail com> AuthorDate: Sun Aug 23 19:07:26 2020 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Dec 22 02:53:18 2022 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=409eb607 Drop dead code comment Signed-off-by: Brian Harring gmail.com> src/pkgcore/ebuild/conditionals.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pkgcore/ebuild/conditionals.py b/src/pkgcore/ebuild/conditionals.py index edcc2f33c..71b3a3e02 100644 --- a/src/pkgcore/ebuild/conditionals.py +++ b/src/pkgcore/ebuild/conditionals.py @@ -150,7 +150,6 @@ class DepSet(boolean.AndRestriction): raise DepsetParseError(dep_str, attr=attr) if transitive_use_atoms and not node_conds: - # localize to this scope for speed. element_class = transitive_use_atom # we can't rely on iter(self) here since it doesn't # descend through boolean restricts.