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/posix/include/rtems/posix/pthreadimpl.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'cpukit/posix/include/rtems/posix/pthreadimpl.h') diff --git a/cpukit/posix/include/rtems/posix/pthreadimpl.h b/cpukit/posix/include/rtems/posix/pthreadimpl.h index af5ddab6ce..bf2d68ec9d 100644 --- a/cpukit/posix/include/rtems/posix/pthreadimpl.h +++ b/cpukit/posix/include/rtems/posix/pthreadimpl.h @@ -126,22 +126,6 @@ RTEMS_INLINE_ROUTINE void _POSIX_Threads_Initialize_attributes( pthread_attr_t *attr ); -/** - * @brief Check if a POSIX thread control block is NULL. - * - * This function returns @c TRUE if the_pthread is @c NULL and @c FALSE - * otherwise. - * - * @param[in] the_pthread is a pointer to the POSIX thread control block - * to check. - * - * @retval TRUE The thread control block is @c NULL. - * @retval FALSE The thread control block is not @c NULL. - */ -RTEMS_INLINE_ROUTINE bool _POSIX_Threads_Is_null( - Thread_Control *the_pthread -); - /** * @brief POSIX threads sporadic budget callout. * -- cgit v1.2.3