From 529b08a705ef1b3bf3a1ef817aa043a74ce0e5ca Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 15 Dec 2015 09:38:31 +0100 Subject: posix: Delete empty _POSIX_API_Initialize() --- cpukit/posix/include/rtems/posix/posixapi.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cpukit/posix') diff --git a/cpukit/posix/include/rtems/posix/posixapi.h b/cpukit/posix/include/rtems/posix/posixapi.h index ec8b8453ff..8fee7a4f32 100644 --- a/cpukit/posix/include/rtems/posix/posixapi.h +++ b/cpukit/posix/include/rtems/posix/posixapi.h @@ -48,14 +48,6 @@ typedef enum { */ void _POSIX_Fatal_error( POSIX_Fatal_domain domain, int eno ); -/** - * @brief Initialize POSIX API. - * - * This method is responsible for initializing each of the POSIX - * API managers. - */ -void _POSIX_API_Initialize(void); - /** * @brief Queries the object identifier @a id for a @a name. * -- cgit v1.2.3