From: Zac Medico Date: Sat, 5 Feb 2011 00:27:25 +0000 (-0800) Subject: check_required_use: remove obsolete hunk X-Git-Tag: v2.1.9.36~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2adc4b170114808b688df080bd5428feda61a425;p=portage.git check_required_use: remove obsolete hunk --- 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: