mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-17 22:19:19 -05:00
With the new mingw_stat() implementation, do_lstat() is only called from mingw_lstat() (with follow == 0). Remove the extra function and the old mingw_stat()-specific (follow == 1) logic. Signed-off-by: Karsten Blees <blees@dcon.de>