Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Remove unused resource strings from System.Private.CoreLib
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub committed Jul 6, 2018
1 parent e650d42 commit fcadeba
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions src/System.Private.CoreLib/Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1993,39 +1993,6 @@
<data name="ConcurrentCollection_SyncRoot_NotSupported" xml:space="preserve">
<value>The SyncRoot property may not be used for the synchronization of concurrent collections.</value>
</data>
<data name="event_Barrier_PhaseFinished" xml:space="preserve">
<value>Barrier finishing phase {1}.</value>
</data>
<data name="event_ConcurrentBag_TryPeekSteals" xml:space="preserve">
<value>ConcurrentBag stealing in TryPeek.</value>
</data>
<data name="event_ConcurrentBag_TryTakeSteals" xml:space="preserve">
<value>ConcurrentBag stealing in TryTake.</value>
</data>
<data name="event_ConcurrentStack_FastPopFailed" xml:space="preserve">
<value>Pop from ConcurrentStack spun {0} time(s).</value>
</data>
<data name="event_ConcurrentStack_FastPushFailed" xml:space="preserve">
<value>Push to ConcurrentStack spun {0} time(s).</value>
</data>
<data name="event_ParallelFork" xml:space="preserve">
<value>Task {1} entering fork/join {2}.</value>
</data>
<data name="event_ParallelInvokeBegin" xml:space="preserve">
<value>Beginning ParallelInvoke {2} from Task {1} for {4} actions.</value>
</data>
<data name="event_ParallelInvokeEnd" xml:space="preserve">
<value>Ending ParallelInvoke {2}.</value>
</data>
<data name="event_ParallelJoin" xml:space="preserve">
<value>Task {1} leaving fork/join {2}.</value>
</data>
<data name="event_ParallelLoopBegin" xml:space="preserve">
<value>Beginning {3} loop {2} from Task {1}.</value>
</data>
<data name="event_ParallelLoopEnd" xml:space="preserve">
<value>Ending loop {2} after {3} iterations.</value>
</data>
<data name="event_SpinLock_FastPathFailed" xml:space="preserve">
<value>SpinLock beginning to spin.</value>
</data>
Expand Down

0 comments on commit fcadeba

Please sign in to comment.