summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/apiext.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/apiext.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/score/src/apiext.c b/cpukit/score/src/apiext.c
index 959b633f5c..266f320061 100644
--- a/cpukit/score/src/apiext.c
+++ b/cpukit/score/src/apiext.c
@@ -110,9 +110,6 @@ void _API_extensions_Run_postswitch( void )
* Currently the ITRON API is the only API which does not
* provide this hook.
*/
-#if defined(RTEMS_ITRON_API)
- if ( the_extension->postswitch_hook )
-#endif
(*the_extension->postswitch_hook)( _Thread_Executing );
}
}