[PATCH 3/8] libcsupport: Delete unused newlib_begin_hook()

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Apr 25 09:19:56 UTC 2013


---
 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.
-- 
1.7.7




More information about the devel mailing list