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/sapi/include/rtems/extensionimpl.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/include/rtems/extensionimpl.h b/cpukit/sapi/include/rtems/extensionimpl.h index 5b3964eab0..487bdb4024 100644 --- a/cpukit/sapi/include/rtems/extensionimpl.h +++ b/cpukit/sapi/include/rtems/extensionimpl.h @@ -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 -- cgit v1.2.3