Remove unused _cleanup()

Removed the unused function _cleanup() from findfp.c.
This commit is contained in:
Matt Joyce 2022-03-31 16:34:55 +02:00 committed by Corinna Vinschen
parent a160ee29e5
commit aac414986f
1 changed files with 0 additions and 8 deletions

View File

@ -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.
*/