From cbeb928cb05982edc71ed8ab80ef13d7f142cffa Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 17 May 2019 06:28:51 -0700 Subject: Delete unnecessary locale arguments (#24624) Everything in the runtime should use Invariant culture. It is not necessary to pass the locale arguments around. --- clr.featuredefines.props | 2 -- 1 file changed, 2 deletions(-) (limited to 'clr.featuredefines.props') diff --git a/clr.featuredefines.props b/clr.featuredefines.props index d96297eb0c..929768fdbd 100644 --- a/clr.featuredefines.props +++ b/clr.featuredefines.props @@ -26,7 +26,6 @@ true true true - true true true true @@ -59,7 +58,6 @@ $(DefineConstants);FEATURE_PAL $(DefineConstants);FEATURE_PERFTRACING $(DefineConstants);FEATURE_EVENTSOURCE_XPLAT - $(DefineConstants);FEATURE_USE_LCID $(DefineConstants);FEATURE_WIN32_REGISTRY $(DefineConstants);FEATURE_DEFAULT_INTERFACES $(DefineConstants);FEATURE_TYPEEQUIVALENCE -- cgit v1.2.3