mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-16 12:28:51 +00:00
score: Remove unused _SMP_Assert()
This commit is contained in:
@@ -98,15 +98,6 @@ extern "C" {
|
||||
#define _Assert( _e ) ( ( void ) 0 )
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Like _Assert(), but only armed if RTEMS_SMP is defined.
|
||||
*/
|
||||
#if defined( RTEMS_SMP )
|
||||
#define _SMP_Assert( _e ) _Assert( _e )
|
||||
#else
|
||||
#define _SMP_Assert( _e ) ( ( void ) 0 )
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Returns true if thread dispatching is allowed.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user