summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2019-05-09 20:43:00 -0700
committerJan Kotas <jkotas@microsoft.com>2019-05-09 20:42:59 -0700
commit2fb4ed470883a9f9192fe70deecf364a7fcb101d (patch)
treeb15d4f84f5460e2ec46c7e1d88cd4fadad299146
parentf99991c2903a296650283293f97a0664e20bacf8 (diff)
downloadcoreclr-2fb4ed470883a9f9192fe70deecf364a7fcb101d.tar.gz
coreclr-2fb4ed470883a9f9192fe70deecf364a7fcb101d.tar.bz2
coreclr-2fb4ed470883a9f9192fe70deecf364a7fcb101d.zip
Dead string (#24516)
-rw-r--r--src/System.Private.CoreLib/Resources/Strings.resx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/System.Private.CoreLib/Resources/Strings.resx b/src/System.Private.CoreLib/Resources/Strings.resx
index 3edc12165c..4f113279be 100644
--- a/src/System.Private.CoreLib/Resources/Strings.resx
+++ b/src/System.Private.CoreLib/Resources/Strings.resx
@@ -2839,9 +2839,6 @@
<data name="MissingField_Name" xml:space="preserve">
<value>Field '{0}' not found.</value>
</data>
- <data name="MissingManifestResource_LooselyLinked" xml:space="preserve">
- <value>Could not find a manifest resource entry called "{0}" in assembly "{1}". Please check spelling, capitalization, and build rules to ensure "{0}" is being linked into the assembly.</value>
- </data>
<data name="MissingManifestResource_MultipleBlobs" xml:space="preserve">
<value>A case-insensitive lookup for resource file "{0}" in assembly "{1}" found multiple entries. Remove the duplicates or specify the exact case.</value>
</data>