Browse Source

continue...

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@668 bbd45198-f89e-11dd-88c7-29a3b14d5316
qiuyiuestc 15 years ago
parent
commit
c8efa6b331
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/idle.c

+ 0 - 2
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;