summaryrefslogtreecommitdiff
path: root/ao_task.c
diff options
context:
space:
mode:
Diffstat (limited to 'ao_task.c')
-rw-r--r--ao_task.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ao_task.c b/ao_task.c
index 0e976d7c..0af5043c 100644
--- a/ao_task.c
+++ b/ao_task.c
@@ -181,6 +181,5 @@ ao_start_scheduler(void)
{
ao_cur_task_id = AO_NO_TASK;
ao_cur_task = NULL;
- ao_timer_init();
ao_yield();
}