More PAL cleanup (dotnet/coreclr#26709)
authorJan Kotas <jkotas@microsoft.com>
Sat, 14 Sep 2019 01:04:16 +0000 (18:04 -0700)
committerGitHub <noreply@github.com>
Sat, 14 Sep 2019 01:04:16 +0000 (18:04 -0700)
commit636b8ef0a4e0d7fb5176f935e43ec4cfcc2a7b38
treed426b7ad459a4c99064e8d1134d01a9e9d54b55d
parent683b9287883f2bef3e6dcad0fbcdfab2c3af6e1b
More PAL cleanup (dotnet/coreclr#26709)

* Delete more unused methods from PAL

* Delete PAL_EntryPoint

* Delete always defined FEATURE_PAL_SXS and related code

Commit migrated from https://github.com/dotnet/coreclr/commit/59002f56b5a2a4e13d4adee9f21942855c0955d3
38 files changed:
src/coreclr/clrdefinitions.cmake
src/coreclr/src/binder/assemblybinder.cpp
src/coreclr/src/debug/ee/debugger.cpp
src/coreclr/src/pal/inc/pal.h
src/coreclr/src/pal/inc/pal_unwind.h
src/coreclr/src/pal/inc/rt/palrt.h
src/coreclr/src/pal/src/exception/machexception.cpp
src/coreclr/src/pal/src/exception/machexception.h
src/coreclr/src/pal/src/exception/seh-unwind.cpp
src/coreclr/src/pal/src/exception/seh.cpp
src/coreclr/src/pal/src/include/pal/dbgmsg.h
src/coreclr/src/pal/src/include/pal/palinternal.h
src/coreclr/src/pal/src/include/pal/seh.hpp
src/coreclr/src/pal/src/include/pal/thread.hpp
src/coreclr/src/pal/src/init/pal.cpp
src/coreclr/src/pal/src/init/sxs.cpp
src/coreclr/src/pal/src/misc/dbgmsg.cpp
src/coreclr/src/pal/src/safecrt/internal.h
src/coreclr/src/pal/src/thread/context.cpp
src/coreclr/src/pal/src/thread/thread.cpp
src/coreclr/src/pal/tests/palsuite/exception_handling/CMakeLists.txt
src/coreclr/src/pal/tests/palsuite/exception_handling/SetUnhandledExceptionFilter/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/exception_handling/SetUnhandledExceptionFilter/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/exception_handling/SetUnhandledExceptionFilter/test1/test1.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/exception_handling/SetUnhandledExceptionFilter/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/manual-unautomatable.dat
src/coreclr/src/pal/tests/palsuite/pal_specific/CMakeLists.txt
src/coreclr/src/pal/tests/palsuite/pal_specific/pal_entrypoint/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/pal_entrypoint.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/palstartup.h [deleted file]
src/coreclr/src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/pal_specific/pal_initializedebug/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/pal_specific/pal_initializedebug/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/pal_specific/pal_initializedebug/test1/pal_initializedebug.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/pal_specific/pal_initializedebug/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/paltestlist.txt
src/coreclr/src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt