]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fd: Remove file_exists().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Sep 2022 18:45:40 +0000 (20:45 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2023 14:30:56 +0000 (16:30 +0200)
Open-coding this function actually improves code readability. The
function name was a misnomer anyway because any error from the stat()
call (such as EACCES) was reported as "file does not exist".


No differences found