|
@@ -895,10 +895,6 @@ struct rt_thread
|
|
|
void *si_list; /**< the signal infor list */
|
|
|
#endif /* RT_USING_SIGNALS */
|
|
|
|
|
|
-#ifdef RT_USING_CPU_USAGE
|
|
|
- rt_uint64_t duration_tick; /**< cpu usage tick */
|
|
|
-#endif /* RT_USING_CPU_USAGE */
|
|
|
-
|
|
|
#ifdef RT_USING_PTHREADS
|
|
|
void *pthread_data; /**< the handle of pthread data, adapt 32/64bit */
|
|
|
#endif /* RT_USING_PTHREADS */
|