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/sapi/src/exinit.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cpukit/sapi/src/exinit.c') diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c index edd8a5c55f..148268971c 100644 --- a/cpukit/sapi/src/exinit.c +++ b/cpukit/sapi/src/exinit.c @@ -51,9 +51,6 @@ #include - -#include - #ifdef RTEMS_DRVMGR_STARTUP #include #endif @@ -128,10 +125,6 @@ static void rtems_initialize_data_structures(void) #endif _SMP_Handler_initialize(); - -/* MANAGERS */ - - _POSIX_API_Initialize(); } static void rtems_initialize_before_drivers(void) -- cgit v1.2.3