Remove unused code (#70624)
authorAaron Robinson <arobins@microsoft.com>
Sun, 12 Jun 2022 22:27:29 +0000 (15:27 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Jun 2022 22:27:29 +0000 (15:27 -0700)
commitf1f940f68cb10858776dd3fe3a827a7723a57dba
treeed32b6ebc33f1c791cd1f5421ca8d4447b3eca78
parentffff070b2ab06ff49a1100b04e6c5d1aa66f8c16
Remove unused code (#70624)

* Remove unused AllowZeroAllocator and
DefaultAllocator.

* Remove static_assert_n.

* Remove the native Regex implementation and replace
with a minimal version from TPOP.

Add attribution in third party notices.
THIRD-PARTY-NOTICES.TXT
src/coreclr/inc/defaultallocator.h [deleted file]
src/coreclr/inc/iallocator.h
src/coreclr/inc/regex_base.h [deleted file]
src/coreclr/inc/regex_util.h [deleted file]
src/coreclr/inc/static_assert.h
src/coreclr/utilcode/CMakeLists.txt
src/coreclr/utilcode/iallocator.cpp [deleted file]
src/coreclr/vm/eeconfig.cpp