summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/_async/AsyncScheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/util/_async/AsyncScheduler.py')
-rw-r--r--pym/portage/util/_async/AsyncScheduler.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pym/portage/util/_async/AsyncScheduler.py b/pym/portage/util/_async/AsyncScheduler.py
index f6285b701..0648220b6 100644
--- a/pym/portage/util/_async/AsyncScheduler.py
+++ b/pym/portage/util/_async/AsyncScheduler.py
@@ -7,10 +7,6 @@ from _emerge.PollScheduler import PollScheduler
class AsyncScheduler(AsynchronousTask, PollScheduler):
- __slots__ = ('_error_count', '_loadavg_check_id',
- '_max_jobs', '_max_load',
- '_remaining_tasks', '_running_tasks', '_term_check_id')
-
def __init__(self, max_jobs=None, max_load=None, **kwargs):
AsynchronousTask.__init__(self)
PollScheduler.__init__(self, **kwargs)