summaryrefslogtreecommitdiff
path: root/clrdefinitions.cmake
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-12-21 16:42:51 +0100
committerJan Kotas <jkotas@microsoft.com>2016-12-21 07:42:51 -0800
commitcae79dbd58ccbb1eb3cee9eb551ef6d20b18e821 (patch)
tree0717ecc1109719d964a882e91061cc80569ac06b /clrdefinitions.cmake
parent14b0b57cd9090080c9f4c35b9702713d0d328905 (diff)
downloadcoreclr-cae79dbd58ccbb1eb3cee9eb551ef6d20b18e821.tar.gz
coreclr-cae79dbd58ccbb1eb3cee9eb551ef6d20b18e821.tar.bz2
coreclr-cae79dbd58ccbb1eb3cee9eb551ef6d20b18e821.zip
Remove FEATURE_BLC_FORMATTING (#8699)
This feature is always defined and the PAL functions that would be used if the feature was not defined are not in PAL anymore.
Diffstat (limited to 'clrdefinitions.cmake')
-rw-r--r--clrdefinitions.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/clrdefinitions.cmake b/clrdefinitions.cmake
index 91346eceef..acca50a8f0 100644
--- a/clrdefinitions.cmake
+++ b/clrdefinitions.cmake
@@ -96,7 +96,6 @@ if(CLR_CMAKE_TARGET_ARCH_AMD64 OR CLR_CMAKE_TARGET_ARCH_ARM OR CLR_CMAKE_TARGET_
endif()
add_definitions(-DFEATURE_ASYNC_IO)
-add_definitions(-DFEATURE_BCL_FORMATTING)
add_definitions(-DFEATURE_COLLECTIBLE_TYPES)
if(WIN32)