From bdae2fe7f2ffaad07eba4249bdd925f32519ae22 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Mon, 15 Oct 2007 13:13:11 +0000 Subject: remove unused tmpfs variable svn path=/main/trunk/; revision=8128 --- pym/portage/dbapi/porttree.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pym') diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index 6a8e441ca..05fe2a767 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -65,14 +65,6 @@ class portdbapi(dbapi): self.depcachedir = self.mysettings.depcachedir[:] - self.tmpfs = self.mysettings["PORTAGE_TMPFS"] - if self.tmpfs and not os.path.exists(self.tmpfs): - self.tmpfs = None - if self.tmpfs and not os.access(self.tmpfs, os.W_OK): - self.tmpfs = None - if self.tmpfs and not os.access(self.tmpfs, os.R_OK): - self.tmpfs = None - self.eclassdb = eclass_cache.cache(self.porttree_root, overlays=self.mysettings["PORTDIR_OVERLAY"].split()) -- cgit v1.2.3-1-g7c22