icecc / icecream

Distributed compiler with a central scheduler to share build load
GNU General Public License v2.0
1.58k stars 250 forks source link

Remove superfluous lstat() #493

Closed mp-chet closed 5 years ago

mp-chet commented 5 years ago

Some minor cleanup in the client code. No need to call lstat() on a file that you're going to execv() immediately afterwards. log_perror() will give a meaningful error message if the latter fails.