summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/tasks.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-15 09:32:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-03 10:00:56 +0100
commit2605a48938b9b3466add326d8e94b9622ffad7ba (patch)
treee9a9a7600bcd5a187c76c8a0320a8361207e6517 /cpukit/rtems/src/tasks.c
parentOptional CPU Set Handler initialization (diff)
downloadrtems-2605a48938b9b3466add326d8e94b9622ffad7ba.tar.bz2
Optional POSIX Keys initialization
Update #2408.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/tasks.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c
index 88529991ef..2a5c5da75e 100644
--- a/cpukit/rtems/src/tasks.c
+++ b/cpukit/rtems/src/tasks.c
@@ -28,7 +28,6 @@
#include <rtems/rtems/support.h>
#include <rtems/rtems/modes.h>
#include <rtems/rtems/tasksimpl.h>
-#include <rtems/posix/keyimpl.h>
#include <rtems/score/stack.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/userextimpl.h>
@@ -121,11 +120,6 @@ static void _RTEMS_tasks_Terminate_extension(
} while (0);
#pragma GCC diagnostic pop
#endif
-
- /*
- * Run all the key destructors
- */
- _POSIX_Keys_Run_destructors( executing );
}
#if !defined(RTEMS_SMP)