summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/partimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/partimpl.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/partimpl.h13
1 files changed, 0 insertions, 13 deletions
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