---
 pym/portage/dbapi/vartree.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 8b1b77f7d..6406682d6 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -3747,13 +3747,6 @@ class dblink(object):
                is_binpkg = self.settings.get("EMERGE_FROM") == "binary"
                slot = ''
                for var_name in ('CHOST', 'SLOT'):
-                       if var_name == 'CHOST' and self.cat == 'virtual':
-                               try:
-                                       os.unlink(os.path.join(inforoot, 
var_name))
-                               except OSError:
-                                       pass
-                               continue
-
                        try:
                                with io.open(_unicode_encode(
                                        os.path.join(inforoot, var_name),
-- 
2.16.2


Reply via email to