remove flush hook cruft that was never used from stdio
authorRich Felker <dalias@aerifal.cx>
Tue, 19 Jun 2012 04:05:35 +0000 (00:05 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 19 Jun 2012 04:05:35 +0000 (00:05 -0400)
commit2499cd9d9be0ba74e16a6c3dd304e6d69070be35
treeb369187c752376bfc4038e7f3116417a9173350f
parent26710be7148d51a954c4fe4acedab90d161e609a
remove flush hook cruft that was never used from stdio

there is no need/use for a flush hook. the write function serves this
purpose already. i originally created the hook for implementing mem
streams based on a mistaken reading of posix, and later realized it
wasn't useful but never removed it until now.
src/internal/stdio_impl.h
src/stdio/fflush.c
src/stdio/freopen.c