Delete dead code in PAL related to locale handling (dotnet/coreclr#26693)
authorJan Kotas <jkotas@microsoft.com>
Fri, 13 Sep 2019 11:33:42 +0000 (04:33 -0700)
committerJan Vorlicek <janvorli@microsoft.com>
Fri, 13 Sep 2019 11:33:42 +0000 (13:33 +0200)
commitd90f0878001549dec6eadcb4078fbec5f9dc08d0
treee59d632d254004eafb77303ad21de96fcea65137
parent477d66eef0ee110f7805001beac34824615aa7d9
Delete dead code in PAL related to locale handling (dotnet/coreclr#26693)

* Delete dead code in PAL related to locale handling

* Fix build break

* Delete PAL_ACP

* Delete HAVE_COREFOUNDATION

Commit migrated from https://github.com/dotnet/coreclr/commit/6b0dab793260d36e35d66c82678c63046828d01b
51 files changed:
src/coreclr/src/pal/inc/pal.h
src/coreclr/src/pal/inc/pal_mstypes.h
src/coreclr/src/pal/src/config.h.in
src/coreclr/src/pal/src/configure.cmake
src/coreclr/src/pal/src/cruntime/silent_printf.cpp
src/coreclr/src/pal/src/cruntime/wchar.cpp
src/coreclr/src/pal/src/include/pal/locale.h [deleted file]
src/coreclr/src/pal/src/init/pal.cpp
src/coreclr/src/pal/src/loader/module.cpp
src/coreclr/src/pal/src/loader/modulename.cpp
src/coreclr/src/pal/src/locale/unicode.cpp
src/coreclr/src/pal/src/misc/fmtmessage.cpp
src/coreclr/src/pal/tests/palsuite/DisabledTests.txt
src/coreclr/src/pal/tests/palsuite/locale_info/CMakeLists.txt
src/coreclr/src/pal/tests/palsuite/locale_info/GetSystemDefaultLangID/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetSystemDefaultLangID/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetSystemDefaultLangID/test1/test1.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetSystemDefaultLangID/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetThreadLocale/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetThreadLocale/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetThreadLocale/test1/test1.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetThreadLocale/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetTimeZoneInformation/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetTimeZoneInformation/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetTimeZoneInformation/test1/test1.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetTimeZoneInformation/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetUserDefaultLCID/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetUserDefaultLCID/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetUserDefaultLCID/test1/test1.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetUserDefaultLCID/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetUserDefaultLangID/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetUserDefaultLangID/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetUserDefaultLangID/test1/test1.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/GetUserDefaultLangID/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/IsValidCodePage/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/IsValidCodePage/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/IsValidCodePage/test1/test1.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/IsValidCodePage/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/IsValidCodePage/test2/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/IsValidCodePage/test2/test2.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/IsValidCodePage/test2/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/IsValidLocale/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/IsValidLocale/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/IsValidLocale/test1/test1.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/IsValidLocale/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/SetThreadLocale/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/SetThreadLocale/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/SetThreadLocale/test1/test1.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/locale_info/SetThreadLocale/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/paltestlist.txt
src/coreclr/src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt