projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cba9715
)
Remove redundant call to _schedule_main().
author
Zac Medico
<zmedico@gentoo.org>
Tue, 8 Jul 2008 21:56:20 +0000
(21:56 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 8 Jul 2008 21:56:20 +0000
(21:56 -0000)
svn path=/main/trunk/; revision=10990
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 9d7a7e026786eab6f71d83d180f13cb54a4077ec..4f43b0fd29f92cc05af9fbda91dd25037f2de87f 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-8217,8
+8217,6
@@
class Scheduler(object):
task.addExitListener(self._build_exit)
task_queues.build.add(task)
- self._schedule_main()
-
while self._jobs:
self._schedule_main(wait=True)