From: Matt Ellis Date: Tue, 18 Apr 2017 20:26:01 +0000 (-0700) Subject: Remove some duplicate resource strings X-Git-Tag: submit/tizen/20210909.063632~11030^2~7209^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12e9c5fc95da9eb35433927094bb35bbbd99482c;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Remove some duplicate resource strings Commit migrated from https://github.com/dotnet/coreclr/commit/278c206d3460d78c592321543bf19d1cc1e49a10 --- diff --git a/src/coreclr/src/mscorlib/Resources/Strings.resx b/src/coreclr/src/mscorlib/Resources/Strings.resx index 84c1cfc..791d1ca 100644 --- a/src/coreclr/src/mscorlib/Resources/Strings.resx +++ b/src/coreclr/src/mscorlib/Resources/Strings.resx @@ -3572,18 +3572,9 @@ Recursive write lock acquisitions not allowed in this mode. - - A read lock may not be acquired with the write lock held in this mode. - Recursive upgradeable lock acquisitions not allowed in this mode. - - Recursive read lock acquisitions not allowed in this mode. - - - Write lock may not be acquired with read lock held. This pattern is prone to deadlocks. Please ensure that read locks are released before taking a write lock. If an upgrade is necessary, use an upgrade lock in place of the read lock. - Write lock may not be acquired with read lock held. This pattern is prone to deadlocks. Please ensure that read locks are released before taking a write lock. If an upgrade is necessary, use an upgrade lock in place of the read lock.