Delete unused multibyte methods from PAL (#42157)
authorAdeel Mujahid <adeelbm@outlook.com>
Sun, 13 Sep 2020 00:11:17 +0000 (03:11 +0300)
committerGitHub <noreply@github.com>
Sun, 13 Sep 2020 00:11:17 +0000 (17:11 -0700)
commitc86733753da5ec1b2e670cad229f38a5bc113f6e
tree0fca663c8037891f059de75e9a6f307b4f7e44ee
parent97a841bd68659cb2c9ef92586cf03d5f10e03ae7
Delete unused multibyte methods from PAL (#42157)
78 files changed:
src/coreclr/src/ToolBox/superpmi/superpmi/parallelsuperpmi.cpp
src/coreclr/src/dlls/mscordac/mscordac_unixexports.src
src/coreclr/src/pal/inc/pal.h
src/coreclr/src/pal/inc/palprivate.h
src/coreclr/src/pal/src/file/directory.cpp
src/coreclr/src/pal/src/include/pal/stackstring.hpp
src/coreclr/src/pal/src/map/map.cpp
src/coreclr/src/pal/src/misc/environ.cpp
src/coreclr/src/pal/src/misc/miscpalapi.cpp
src/coreclr/src/pal/src/thread/process.cpp
src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/test1.cpp
src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/FindFirstFileA.cpp
src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/FindFirstFileW.cpp
src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/GetFileAttributesA.cpp
src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/GetFileAttributesW.cpp
src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExA/test1/MoveFileExA.cpp
src/coreclr/src/pal/tests/palsuite/file_io/SearchPathW/test1/SearchPathW.cpp
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CMakeLists.txt
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CreateFileMapping.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CreateFileMapping.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CreateFileMapping.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CreateFileMapping.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CreateFileMapping.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/createfilemapping.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/createfilemapping.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/createfilemapping.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/OpenFileMappingA.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/OpenFileMappingA.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/OpenFileMappingA.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/paltestlist.txt
src/coreclr/src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt
src/coreclr/src/pal/tests/palsuite/threading/CMakeLists.txt
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/childProcess.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/parentProcess.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/CMakeLists.txt [deleted file]
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/childprocess.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/parentprocess.cpp [deleted file]
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/test2.h [deleted file]
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/testinfo.dat [deleted file]
src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/test11.cpp
src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/test2.cpp
src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/test1.cpp
src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/namedmutex.cpp
src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/test3.cpp
src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/test1.cpp
src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/test6.cpp
src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/WFSOProcessTest.cpp
src/coreclr/src/tools/metainfo/mdobj.cpp
src/coreclr/src/vm/ceemain.cpp
src/libraries/System.Data.OleDb/src/NativeMethods.cs