From c8efa6b33199881b28df5f5dc2e7ea716cecee8d Mon Sep 17 00:00:00 2001 From: qiuyiuestc Date: Fri, 23 Apr 2010 14:51:28 +0000 Subject: [PATCH] continue... git-svn-id: https://rt-thread.googlecode.com/svn/trunk@668 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- src/idle.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/idle.c b/src/idle.c index bebd0f7c48..c894e49e6c 100644 --- a/src/idle.c +++ b/src/idle.c @@ -81,8 +81,6 @@ static void rt_thread_idle_entry(void* parameter) /* release thread's stack */ rt_free(thread->stack_addr); - rt_kprintf("thread %s was deleted\n", thread->name); - #ifdef RT_USING_MODULE module = thread->module_parent; -- GitLab