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


No differences found