summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2019-01-17 16:40:34 -0500
committerGitHub <noreply@github.com>2019-01-17 16:40:34 -0500
commitfdadb935df22baa947a610370dcfa772a5d89477 (patch)
treeccba3c140458b2e1db93cca65e149806aec92792 /src
parentc6b1b60f5f7cbcedab5d25e2ea3ac669885dc5fd (diff)
downloadcoreclr-fdadb935df22baa947a610370dcfa772a5d89477.tar.gz
coreclr-fdadb935df22baa947a610370dcfa772a5d89477.tar.bz2
coreclr-fdadb935df22baa947a610370dcfa772a5d89477.zip
Remove a few stale resource strings for ConcurrentStack (#22037)
Diffstat (limited to 'src')
-rw-r--r--src/System.Private.CoreLib/Resources/Strings.resx9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/System.Private.CoreLib/Resources/Strings.resx b/src/System.Private.CoreLib/Resources/Strings.resx
index b13bce230d..906ca365ea 100644
--- a/src/System.Private.CoreLib/Resources/Strings.resx
+++ b/src/System.Private.CoreLib/Resources/Strings.resx
@@ -3571,15 +3571,6 @@
<data name="SynchronizationLockException_MisMatchedWrite" xml:space="preserve">
<value>The write lock is being released without being held.</value>
</data>
- <data name="ConcurrentStack_PushPopRange_CountOutOfRange" xml:space="preserve">
- <value>The count argument must be greater than or equal to zero.</value>
- </data>
- <data name="ConcurrentStack_PushPopRange_InvalidCount" xml:space="preserve">
- <value>The sum of the startIndex and count arguments must be less than or equal to the collection's Count.</value>
- </data>
- <data name="ConcurrentStack_PushPopRange_StartOutOfRange" xml:space="preserve">
- <value>The startIndex argument must be greater than or equal to zero.</value>
- </data>
<data name="NotSupported_SignatureType" xml:space="preserve">
<value>This method is not supported on signature types.</value>
</data>