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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2018-09-18 17:28:55 +0300
committerMarek Safar <marek.safar@gmail.com>2018-09-19 16:37:50 +0300
commit13a86a83e21b40a28e98e58d054711023d581b53 (patch)
tree12f31fd0e44b94fd3cc7033bf80df1f6f12098b5 /mcs
parent630cdfb2f8316545b72e2e73f693d568f7c74657 (diff)
[bcl] Avoid retaining System.Globalization.CultureInfo.CreateCulture () in mscorlib.xml, its not longer used by the runtime.
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/corlib/LinkerDescriptor/mscorlib.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/mcs/class/corlib/LinkerDescriptor/mscorlib.xml b/mcs/class/corlib/LinkerDescriptor/mscorlib.xml
index a171dbc2c9e..9e483531b01 100644
--- a/mcs/class/corlib/LinkerDescriptor/mscorlib.xml
+++ b/mcs/class/corlib/LinkerDescriptor/mscorlib.xml
@@ -469,10 +469,7 @@
<!-- icalls - but (at least parts of them) are used thru interfaces at runtime and cannot be linked out -->
<type fullname="System.Globalization.DateTimeFormatInfo" preserve="fields" />
<type fullname="System.Globalization.CompareInfo" preserve="fields" />
- <type fullname="System.Globalization.CultureInfo" preserve="fields">
- <!-- icall.c: fill_reflection_assembly_name (assert) and ves_icall_System_Reflection_Assembly_GetReferencedAssemblies (assert) -->
- <method name="CreateCulture" />
- </type>
+ <type fullname="System.Globalization.CultureInfo" preserve="fields" />
<type fullname="System.Globalization.NumberFormatInfo" preserve="fields" />
<type fullname="System.Globalization.RegionInfo" preserve="fields" />
<type fullname="System.Globalization.SortKey" preserve="fields" />