summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/newlibc_reent.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/newlibc_reent.c')
-rw-r--r--cpukit/libcsupport/src/newlibc_reent.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/libcsupport/src/newlibc_reent.c b/cpukit/libcsupport/src/newlibc_reent.c
index bf8847ce13..26da252930 100644
--- a/cpukit/libcsupport/src/newlibc_reent.c
+++ b/cpukit/libcsupport/src/newlibc_reent.c
@@ -35,15 +35,6 @@ bool newlib_create_hook(
rtems_tcb *creating_task
)
{
-#if !defined(__DYNAMIC_REENT__)
- if (_Thread_libc_reent == 0)
- {
- _REENT = _GLOBAL_REENT;
-
- _Thread_Set_libc_reent (&_REENT);
- }
-#endif
-
_REENT_INIT_PTR((creating_task->libc_reent)); /* GCC extension: structure constants */
return true;