(full_write): Remove unused decl.
authorJim Meyering <jim@meyering.net>
Sat, 23 Oct 1999 11:46:03 +0000 (11:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 23 Oct 1999 11:46:03 +0000 (11:46 +0000)
commita579a9f85bd4a0da5dd67e3ef40a836b7d19d0fc
tree797119dfab6c80aee482cebf3565a0e130154ad7
parent767a68f51254537a9891ce511cc0d2c438f2f944
(full_write): Remove unused decl.
(open_maybe_create): Remove.
(touch): Don't record whether the file was created; this isn't
possible to do reliably and portably without race conditions.
If the file was created and if amtime_now is nonzero, this
change means we'll have to do another utime system call, but
that's no more harmful than the previous version of this code.
src/touch.c