From 4cd55724bbc6c125be4669ea4343e93cb7108d3b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 26 Jul 2014 12:52:22 +0200 Subject: Delete unused *_Is_null() functions --- cpukit/rtems/include/rtems/rtems/partimpl.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/partimpl.h') diff --git a/cpukit/rtems/include/rtems/rtems/partimpl.h b/cpukit/rtems/include/rtems/rtems/partimpl.h index 5992829067..0f704d2be6 100644 --- a/cpukit/rtems/include/rtems/rtems/partimpl.h +++ b/cpukit/rtems/include/rtems/rtems/partimpl.h @@ -189,19 +189,6 @@ RTEMS_INLINE_ROUTINE Partition_Control *_Partition_Get ( _Objects_Get( &_Partition_Information, id, location ); } -/** - * @brief Checks if the_partition is NULL. - * - * This function returns TRUE if the_partition is NULL - * and FALSE otherwise. - */ -RTEMS_INLINE_ROUTINE bool _Partition_Is_null ( - Partition_Control *the_partition -) -{ - return ( the_partition == NULL ); -} - /**@}*/ #ifdef __cplusplus -- cgit v1.2.3