Remove Mac build workaround
authorAditya Mandaleeka <adityam@microsoft.com>
Tue, 28 Apr 2015 21:33:14 +0000 (14:33 -0700)
committerAditya Mandaleeka <adityam@microsoft.com>
Tue, 28 Apr 2015 22:24:46 +0000 (15:24 -0700)
commit3c11bb51852a1dc4788c590b3d03b991e81ca7d1
tree3f49975cd11c990f2ac7a82b0ecbe08e3697c5f3
parent02b6887478def32374b6dbad34ec7a975fa4cfda
Remove Mac build workaround

Remove the workaround for the issue in XCode 6.3 where __debug was being
included by some system headers but was not present. We were adding our
own include directory with a dummy '__debug' file. The issue has been
fixed by Apple in 6.3.1 so we no longer need this workaround.
src/coreclr/hosts/unixcorerun/CMakeLists.txt
src/coreclr/hosts/unixcorerun/inc/__debug [deleted file]