summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-25 09:01:57 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-27 07:24:51 +0100
commit443c61ec94a7f953d6da0a548c92173ee557d2aa (patch)
tree56897d206dafa6c632c84cac43c1e648010ece26 /c/src/lib/libbsp/shared
parentRequire __getreent() (diff)
downloadrtems-443c61ec94a7f953d6da0a548c92173ee557d2aa.tar.bz2
Delete empty libc_init()
Diffstat (limited to 'c/src/lib/libbsp/shared')
-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();
}