Remove PLATFORM_UNIX and FEATURE_PAL checks in PAL (#8982)
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 20 Jan 2017 23:32:12 +0000 (00:32 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2017 23:32:12 +0000 (00:32 +0100)
commite210622d2b4bb3f77333fca635d7b621e5cd7c2a
tree05e3b778b1adb49a34082e35a1eb167486e397bb
parent4946558e0dcbe82b4f6beb31a3052426856a3f32
Remove PLATFORM_UNIX and FEATURE_PAL checks in PAL (#8982)

This change removes all ifdefs for PLATFORM_UNIX and FEATURE_PAL
from PAL and also removes dead code that was never compiled in PAL
due to both of them being always defined for PAL.
34 files changed:
src/pal/inc/pal.h
src/pal/inc/pal_char16.h
src/pal/inc/pal_mstypes.h
src/pal/inc/rt/intsafe.h
src/pal/inc/rt/palrt.h
src/pal/inc/rt/vsassert.h
src/pal/inc/strsafe.h
src/pal/src/include/pal/palinternal.h
src/pal/src/misc/perftrace.cpp
src/pal/tests/palsuite/c_runtime/_snprintf_s/test4/test4.cpp
src/pal/tests/palsuite/c_runtime/_snwprintf_s/test4/test4.cpp
src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test4/test4.cpp
src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test4/test4.cpp
src/pal/tests/palsuite/c_runtime/fprintf/test4/test4.cpp
src/pal/tests/palsuite/c_runtime/fwprintf/test4/test4.cpp
src/pal/tests/palsuite/c_runtime/printf/test4/test4.cpp
src/pal/tests/palsuite/c_runtime/sprintf_s/test4/test4.cpp
src/pal/tests/palsuite/c_runtime/swprintf/test4/test4.cpp
src/pal/tests/palsuite/c_runtime/vfprintf/test4/test4.cpp
src/pal/tests/palsuite/c_runtime/vprintf/test4/test4.cpp
src/pal/tests/palsuite/c_runtime/vsprintf/test4/test4.cpp
src/pal/tests/palsuite/c_runtime/vswprintf/test4/test4.cpp
src/pal/tests/palsuite/common/ResultTime.h
src/pal/tests/palsuite/composite/object_management/semaphore/shared/main.cpp
src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/test.cpp
src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/test.cpp
src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/test.cpp
src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/test.cpp
src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/test.cpp
src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/test.cpp
src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/test.cpp
src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/test.cpp
src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/test.cpp
src/pal/tests/palsuite/threading/CreateThread/test1/test1.cpp