libcsupport: Delete unused newlib_begin_hook()

This commit is contained in:
Sebastian Huber
2013-04-26 10:57:07 +02:00
parent 0806f85777
commit 3771f3cc56
-11
View File
@@ -77,17 +77,6 @@ bool newlib_create_hook(
return FALSE;
}
/*
* 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