From da9f5f113332459444a2a89cbb011c2bbea202da Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 9 Oct 2017 15:34:26 +0200 Subject: posix: Remove rtems_pthread_attribute_compare() Update #2514. Close #3174. --- cpukit/posix/include/rtems/posix/pthreadimpl.h | 8 -------- 1 file changed, 8 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 290fbad02e..9e5314b2c2 100644 --- a/cpukit/posix/include/rtems/posix/pthreadimpl.h +++ b/cpukit/posix/include/rtems/posix/pthreadimpl.h @@ -103,14 +103,6 @@ int _POSIX_Thread_Translate_sched_param( Thread_CPU_budget_algorithm_callout *budget_callout ); -/* - * rtems_pthread_attribute_compare - */ -int rtems_pthread_attribute_compare( - const pthread_attr_t *attr1, - const pthread_attr_t *attr2 -); - RTEMS_INLINE_ROUTINE Thread_Control *_POSIX_Threads_Allocate(void) { _Objects_Allocator_lock(); -- cgit v1.2.3