summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bsplibc.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/bsplibc.c')
-rw-r--r--c/src/lib/libbsp/shared/bsplibc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/shared/bsplibc.c b/c/src/lib/libbsp/shared/bsplibc.c
index 58fcf65210..252a4cd74a 100644
--- a/c/src/lib/libbsp/shared/bsplibc.c
+++ b/c/src/lib/libbsp/shared/bsplibc.c
@@ -16,9 +16,4 @@ void bsp_libc_init(void)
* Uses malloc() to get area for the iops, so must be after malloc init
*/
(*rtems_libio_init_helper)();
-
- /*
- * Set up for the libc handling.
- */
- libc_init();
}