From df19c66809165cebd9e2f0ca047e1a128a09681c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 4 Feb 2012 06:47:48 -0800 Subject: Remove portage.const._ENABLE_XATTR. --- pym/portage/const.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pym/portage/const.py') diff --git a/pym/portage/const.py b/pym/portage/const.py index bebb92203..5d6aabc0d 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -165,7 +165,6 @@ _ENABLE_DYN_LINK_MAP = True _ENABLE_PRESERVE_LIBS = True _ENABLE_REPO_NAME_WARN = True _ENABLE_SET_CONFIG = True -_ENABLE_XATTR = True # The definitions above will differ between branches, so it's useful to have @@ -178,8 +177,3 @@ if not _ENABLE_PRESERVE_LIBS: if not _ENABLE_SET_CONFIG: WORLD_SETS_FILE = '/dev/null' - -if not _ENABLE_XATTR: - SUPPORTED_FEATURES = set(SUPPORTED_FEATURES) - SUPPORTED_FEATURES.remove("xattr") - SUPPORTED_FEATURES = frozenset(SUPPORTED_FEATURES) -- cgit v1.2.3-1-g7c22