Delete dead code (dotnet/coreclr#21562)
authorJan Kotas <jkotas@microsoft.com>
Mon, 17 Dec 2018 16:55:53 +0000 (08:55 -0800)
committerGitHub <noreply@github.com>
Mon, 17 Dec 2018 16:55:53 +0000 (08:55 -0800)
commit6b24327316698df38cf10fea59ecac4d5bb211b1
treec564b9b4955c19fa8758256735aa5dfafc72f02a
parent75947b3456f5cebb00b247949cd86d01559f9aa3
Delete dead code (dotnet/coreclr#21562)

- Delete clix support from PAL. "clix" was launcher in the Rotor days - like "dotnet" today.
- Delete URL parsing from PALRT

Commit migrated from https://github.com/dotnet/coreclr/commit/ad561d0dee8345a1a1b6105b44be527970c0b27f
src/coreclr/src/binder/inc/utils.hpp
src/coreclr/src/binder/utils.cpp
src/coreclr/src/pal/inc/rt/palrt.h
src/coreclr/src/pal/src/thread/process.cpp
src/coreclr/src/palrt/CMakeLists.txt
src/coreclr/src/palrt/shlwapip.h
src/coreclr/src/palrt/urlpars.cpp [deleted file]