diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-04-11 19:03:54 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-04-11 19:03:54 +0000 |
commit | a1b12be7612c4c4ce5bb99d6a88332f6098ad228 (patch) | |
tree | 034c9fe81e300c7663d637090190aa63211a4480 | |
parent | ef04cc11cd149c78b203ba1492535926c2c335da (diff) | |
download | portage-a1b12be7612c4c4ce5bb99d6a88332f6098ad228.tar.gz portage-a1b12be7612c4c4ce5bb99d6a88332f6098ad228.tar.bz2 portage-a1b12be7612c4c4ce5bb99d6a88332f6098ad228.zip |
Remove unused infodir variable.
svn path=/main/trunk/; revision=9835
-rw-r--r-- | pym/portage/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 7d4979d71..e92669c74 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -4786,8 +4786,6 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0, return spawn(_shell_quote(ebuild_sh_binary) + " " + mydo, mysettings, debug=debug, free=1, logfile=logfile) elif mydo == "setup": - infodir = os.path.join( - mysettings["PORTAGE_BUILDDIR"], "build-info") retval = spawn( _shell_quote(ebuild_sh_binary) + " " + mydo, mysettings, debug=debug, free=1, logfile=logfile) |