[rtems commit] libcsupport: Delete unused newlib_begin_hook()

Sebastian Huber sebh at rtems.org
Fri Apr 26 09:04:11 UTC 2013


Module:    rtems
Branch:    master
Commit:    3771f3cc564e0551f35a1f39068f6ae4a0ba1a7d
Changeset: http://git.rtems.org/rtems/commit/?id=3771f3cc564e0551f35a1f39068f6ae4a0ba1a7d

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Apr 24 09:23:01 2013 +0200

libcsupport: Delete unused newlib_begin_hook()

---

 cpukit/libcsupport/src/newlibc_reent.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/cpukit/libcsupport/src/newlibc_reent.c b/cpukit/libcsupport/src/newlibc_reent.c
index 3a4a065..7589cd3 100644
--- a/cpukit/libcsupport/src/newlibc_reent.c
+++ b/cpukit/libcsupport/src/newlibc_reent.c
@@ -78,17 +78,6 @@ bool newlib_create_hook(
 }
 
 /*
- * Called for all user TASKS (system tasks are MPCI Receive Server and IDLE)
- */
-
-#ifdef NEED_SETVBUF
-void newlib_begin_hook(rtems_tcb *current_task)
-{
-  setvbuf( stdout, NULL, _IOLBF, BUFSIZ );
-}
-#endif
-
-/*
  *  Called when a task is deleted.
  *  Must restore the new lib reentrancy state for the new current
  *  task.




More information about the vc mailing list