FIX: Removed suspend_thread_count.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@317 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
mbbill
2010-01-19 03:17:37 +00:00
parent f4af7e8401
commit f8f7a5f510
3 changed files with 43 additions and 38 deletions

View File

@@ -387,7 +387,6 @@ struct rt_ipc_object
struct rt_object parent;
rt_list_t suspend_thread; /* threads pended on this resource. */
rt_uint32_t suspend_thread_count; /* numbers of thread pended on this resource. */
};
#ifdef RT_USING_SEMAPHORE