From 47445846984a51dbc7892413a04994586ae0220a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 4 Apr 2014 13:43:15 +0200 Subject: score: Delete _Thread_Maximum_extensions Use the Configuration instead. --- cpukit/score/include/rtems/score/threadimpl.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cpukit/score/include/rtems/score/threadimpl.h') diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h index 6d4ca9f898..f109d391b1 100644 --- a/cpukit/score/include/rtems/score/threadimpl.h +++ b/cpukit/score/include/rtems/score/threadimpl.h @@ -57,13 +57,6 @@ SCORE_EXTERN void *rtems_ada_self; */ SCORE_EXTERN Objects_Information _Thread_Internal_information; -/** - * The following holds how many user extensions are in the system. This - * is used to determine how many user extension data areas to allocate - * per thread. - */ -SCORE_EXTERN uint32_t _Thread_Maximum_extensions; - /** * The following is used to manage the length of a timeslice quantum. */ -- cgit v1.2.3