提交 4b670b08 编写于 作者: D dzzxzz@gmail.com

delete Line 33 in thread.c, the variable isn't used at all.

extern rt_uint8_t rt_current_priority;

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2153 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 a2c17856
......@@ -30,7 +30,6 @@
extern rt_list_t rt_thread_priority_table[RT_THREAD_PRIORITY_MAX];
extern struct rt_thread *rt_current_thread;
extern rt_uint8_t rt_current_priority;
extern rt_list_t rt_thread_defunct;
static void rt_thread_exit(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册