Delete unused *_Is_null() functions

This commit is contained in:
Sebastian Huber
2014-07-26 12:52:22 +02:00
parent 639117fd12
commit 4cd55724bb
19 changed files with 0 additions and 262 deletions
@@ -59,13 +59,6 @@ RTEMS_INLINE_ROUTINE Extension_Control *_Extension_Get (
_Objects_Get( &_Extension_Information, id, location );
}
RTEMS_INLINE_ROUTINE bool _Extension_Is_null (
Extension_Control *the_extension
)
{
return ( the_extension == NULL );
}
#ifdef __cplusplus
}
#endif