summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadinitialize.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 02:56:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 02:56:26 +0000
commit1ada6163d8ef88384b5f9626cad026ce018935b0 (patch)
treee82adf534d842f79fa670cd744e89099d8383177 /cpukit/score/src/threadinitialize.c
parent2010-06-18 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-1ada6163d8ef88384b5f9626cad026ce018935b0.tar.bz2
Remove RTEMS_ITRON_API conditional blocks.
Diffstat (limited to 'cpukit/score/src/threadinitialize.c')
-rw-r--r--cpukit/score/src/threadinitialize.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/score/src/threadinitialize.c b/cpukit/score/src/threadinitialize.c
index 3523c03f17..4afdbcb821 100644
--- a/cpukit/score/src/threadinitialize.c
+++ b/cpukit/score/src/threadinitialize.c
@@ -190,9 +190,6 @@ bool _Thread_Initialize(
the_thread->current_state = STATES_DORMANT;
the_thread->Wait.queue = NULL;
the_thread->resource_count = 0;
- #if defined(RTEMS_ITRON_API)
- the_thread->suspend_count = 0;
- #endif
the_thread->real_priority = priority;
the_thread->Start.initial_priority = priority;
_Thread_Set_priority( the_thread, priority );