summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/RootConfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/RootConfig.py')
-rw-r--r--pym/_emerge/RootConfig.py1
1 files changed, 0 insertions, 1 deletions
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: