Remove unused is_executable function in pal.unix.cpp (dotnet/core-setup#5814)
authorOmair Majid <omajid@redhat.com>
Sat, 13 Apr 2019 09:49:39 +0000 (05:49 -0400)
committerVitek Karas <vitek.karas@microsoft.com>
Sat, 13 Apr 2019 09:49:39 +0000 (02:49 -0700)
commit620d398b51f4131f17da2767884f75b0f3e9bc30
treef3ca8b24db8a2cd8f4c5902a36f12d410ac0e31d
parent03a37d7c406ec5e174e0a2ec727e5512612a26bd
Remove unused is_executable function in pal.unix.cpp (dotnet/core-setup#5814)

The function is declared as static. The only other function that called
it was removed in commit ad495acf.

Commit migrated from https://github.com/dotnet/core-setup/commit/cdcc62925ec47a2affb0249c6c6b8c14e3070430
src/installer/corehost/common/pal.unix.cpp