]> git.tuebingen.mpg.de Git - paraslash.git/commit
vss.c: simplify vss_eof()
authorAndre Noll <maan@systemlinux.org>
Tue, 13 Mar 2007 23:05:21 +0000 (00:05 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 13 Mar 2007 23:05:21 +0000 (00:05 +0100)
commit3450a4ee2962926a58b0e48bb19f8a7544450518
tree01495e6e6eb7fc5813e4e54e9d8ddc2c0a45992b
parenteaa16c0bf1fd863da7c75fb5bdaeef28f9b24a04
vss.c: simplify vss_eof()

the function was never called with af == NULL, so kill the check.
This check was the only real use of this parameter, so kill the
parameter as well.
vss.c