Skip to content

Commit 3e34554

Browse files
Remove unused resx values
1 parent 3db308f commit 3e34554

File tree

7 files changed

+3
-24
lines changed

7 files changed

+3
-24
lines changed

src/CodeStyle/Core/Analyzers/CodeStyleResources.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,4 @@
117117
<resheader name="writer">
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120-
<data name="Stream_is_too_long" xml:space="preserve">
121-
<value>Stream is too long.</value>
122-
</data>
123120
</root>

src/EditorFeatures/Core/EditorFeaturesResources.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,6 @@
417417
<data name="Finding_span_of_previous_sibling" xml:space="preserve">
418418
<value>Finding span of previous sibling...</value>
419419
</data>
420-
<data name="Rename_colon_0" xml:space="preserve">
421-
<value>Rename: {0}</value>
422-
</data>
423420
<data name="Engine_must_be_attached_to_an_Interactive_Window" xml:space="preserve">
424421
<value>Engine must be attached to an Interactive Window.</value>
425422
</data>

src/Features/Core/Portable/FeaturesResources.resx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<root>
33
<!--
44
Microsoft ResX Schema
@@ -457,9 +457,6 @@
457457
<data name="Updating_a_0_around_an_active_statement_requires_restarting_the_application" xml:space="preserve">
458458
<value>Updating a {0} around an active statement requires restarting the application.</value>
459459
</data>
460-
<data name="Updating_the_type_of_0_around_an_active_statement_requires_restarting_the_application" xml:space="preserve">
461-
<value>Updating the type of {0} (from '{1}' to '{2}') around an active statement requires restarting the application.</value>
462-
</data>
463460
<data name="Updating_async_or_iterator_modifier_around_an_active_statement_requires_restarting_the_application" xml:space="preserve">
464461
<value>Updating async or iterator modifier around an active statement requires restarting the application.</value>
465462
<comment>{Locked="async"}{Locked="iterator"} "async" and "iterator" are C#/VB keywords and should not be localized.</comment>

src/VisualStudio/Core/Def/ServicesVSResources.resx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<root>
33
<!--
44
Microsoft ResX Schema
@@ -249,9 +249,6 @@ Use the dropdown to view and navigate to other items in this file.</value>
249249

250250
Use the dropdown to view and switch to other projects this file may belong to.</value>
251251
</data>
252-
<data name="AnalyzerChangedOnDisk" xml:space="preserve">
253-
<value>AnalyzerChangedOnDisk</value>
254-
</data>
255252
<data name="The_analyzer_assembly_0_has_changed_Diagnostics_may_be_incorrect_until_Visual_Studio_is_restarted" xml:space="preserve">
256253
<value>The analyzer assembly '{0}' has changed. Diagnostics may be incorrect until Visual Studio is restarted.</value>
257254
</data>

src/VisualStudio/Core/Impl/SolutionExplorerShim.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@
165165
<data name="Suppressed" xml:space="preserve">
166166
<value>Suppressed</value>
167167
</data>
168-
<data name="Rule_Set" xml:space="preserve">
169-
<value>Rule Set</value>
170-
</data>
171168
<data name="Checking_out_0_for_editing" xml:space="preserve">
172169
<value>Checking out {0} for editing...</value>
173170
</data>

src/VisualStudio/VisualStudioDiagnosticsToolWindow/Resources.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@
117117
<resheader name="writer">
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120-
<data name="CanNotCreateWindow" xml:space="preserve">
121-
<value>Can not create tool window.</value>
122-
</data>
123120
<data name="ToolWindowTitle" xml:space="preserve">
124121
<value>Roslyn Diagnostics</value>
125122
</data>

src/Workspaces/Remote/Core/RemoteWorkspacesResources.resx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<root>
33
<!--
44
Microsoft ResX Schema
@@ -126,9 +126,6 @@
126126
<data name="Feature_0_is_currently_unavailable_due_to_an_internal_error" xml:space="preserve">
127127
<value>Feature '{0}' is currently unavailable due to an internal error.</value>
128128
</data>
129-
<data name="FeatureName_MissingImportDiscovery" xml:space="preserve">
130-
<value>Missing import discovery</value>
131-
</data>
132129
<data name="FeatureName_CodeLensReferences" xml:space="preserve">
133130
<value>CodeLens references</value>
134131
</data>

0 commit comments

Comments
 (0)