From 1ada6163d8ef88384b5f9626cad026ce018935b0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 18 Jun 2010 02:56:26 +0000 Subject: Remove RTEMS_ITRON_API conditional blocks. --- cpukit/score/src/apiext.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpukit/score/src/apiext.c') 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 ); } } -- cgit v1.2.3