mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-19 07:22:14 +08:00
Remove unused _cleanup()
Removed the unused function _cleanup() from findfp.c.
This commit is contained in:
parent
a160ee29e5
commit
aac414986f
@ -228,14 +228,6 @@ cleanup_stdio (struct _reent *ptr)
|
||||
(void) _fwalk_reent (ptr, cleanup_func);
|
||||
}
|
||||
|
||||
#ifndef _REENT_ONLY
|
||||
void
|
||||
_cleanup (void)
|
||||
{
|
||||
cleanup_stdio (_GLOBAL_REENT);
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* __sinit() is called whenever stdio's internal variables must be set up.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user