Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Rylek <trylek@microsoft.com>2020-11-13 02:41:21 +0300
committerGitHub <noreply@github.com>2020-11-13 02:41:21 +0300
commit77ba2bd993128805460b0060437bd0e381750679 (patch)
tree1e5fd6581fdb014a14cd9ca6cfa8e1e368f0eb2a /src/coreclr/clrdefinitions.cmake
parent05ab615553d49a21b66eac71ea94d5578e63f124 (diff)
Remove the experimental Utf8String type and tests from the runtime repo (#44574)
Diffstat (limited to 'src/coreclr/clrdefinitions.cmake')
-rw-r--r--src/coreclr/clrdefinitions.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/coreclr/clrdefinitions.cmake b/src/coreclr/clrdefinitions.cmake
index eafe212786d..d2273891002 100644
--- a/src/coreclr/clrdefinitions.cmake
+++ b/src/coreclr/clrdefinitions.cmake
@@ -1,11 +1,5 @@
include(clrfeatures.cmake)
-# Features we're currently flighting, but don't intend to ship in officially supported releases
-if (PRERELEASE)
- add_definitions(-DFEATURE_UTF8STRING)
- # add_definitions(-DFEATURE_XXX)
-endif (PRERELEASE)
-
add_compile_definitions($<$<BOOL:$<TARGET_PROPERTY:DAC_COMPONENT>>:DACCESS_COMPILE>)
add_compile_definitions($<$<BOOL:$<TARGET_PROPERTY:CROSSGEN_COMPONENT>>:CROSSGEN_COMPILE>)
add_compile_definitions($<$<BOOL:$<TARGET_PROPERTY:CROSSGEN_COMPONENT>>:CROSS_COMPILE>)