From 2adc4b170114808b688df080bd5428feda61a425 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 4 Feb 2011 16:27:25 -0800 Subject: check_required_use: remove obsolete hunk --- pym/portage/dep/__init__.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pym/portage/dep/__init__.py b/pym/portage/dep/__init__.py index 571f6c1c3..cf83e0a0a 100644 --- a/pym/portage/dep/__init__.py +++ b/pym/portage/dep/__init__.py @@ -2253,15 +2253,6 @@ def check_required_use(required_use, use, iuse_match): node._parent._children.append(child) if isinstance(child, _RequiredUseBranch): child._parent = node._parent - else: - for index, child in enumerate(node._children): - if isinstance(child, _RequiredUseBranch) and \ - child._operator is None and \ - len(child._children) == 1: - child = child._children[0] - node._children[index] = child - if isinstance(child, _RequiredUseBranch): - child._parent = node node = node._parent else: -- cgit v1.2.3-1-g7c22