summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
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/include/rtems/score/thread.h
parent2010-06-18 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-1ada6163d8ef88384b5f9626cad026ce018935b0.tar.bz2
Remove RTEMS_ITRON_API conditional blocks.
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 49239faf3d..c38a445d98 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -27,7 +27,7 @@
*/
/**@{*/
-#if defined(RTEMS_POSIX_API) || defined(RTEMS_ITRON_API)
+#if defined(RTEMS_POSIX_API)
#define RTEMS_SCORE_THREAD_ENABLE_EXHAUST_TIMESLICE
#endif