summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 5c00d37c6..0ef963058 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -591,9 +591,6 @@ def env_update(makelinks=1):
oldld=None
ld_cache_update=False
- if os.environ.has_key("PORTAGE_CALLER") and \
- os.environ["PORTAGE_CALLER"] == "env-update":
- ld_cache_update = True
newld=specials["LDPATH"]
if (oldld!=newld):