From 0b91500aec453573f83bbca879767e189d87b8e4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 18 Aug 2010 04:24:01 -0700 Subject: Remove unused iuse_implicit attribute. --- pym/_emerge/RootConfig.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pym') diff --git a/pym/_emerge/RootConfig.py b/pym/_emerge/RootConfig.py index 4ef8d6783..2898c2e0d 100644 --- a/pym/_emerge/RootConfig.py +++ b/pym/_emerge/RootConfig.py @@ -20,7 +20,6 @@ class RootConfig(object): def __init__(self, settings, trees, setconfig): self.trees = trees self.settings = settings - self.iuse_implicit = tuple(sorted(settings._get_implicit_iuse())) self.root = self.settings["ROOT"] self.setconfig = setconfig if setconfig is None: -- cgit v1.2.3-1-g7c22