Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5d05e4f

Browse files
committed
Remove unneeded code
1 parent a2d7a2b commit 5d05e4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/common/SharedDictionaryManager.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ public class SharedDictionaryManager : ResourceDictionary
2929
"GitHub.VisualStudio.UI"
3030
};
3131

32-
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
33-
static int VSVersion;
32+
readonly static int VSVersion;
3433
static SharedDictionaryManager()
3534
{
3635
AppDomain.CurrentDomain.AssemblyResolve += LoadAssemblyFromRunDir;

0 commit comments

Comments
 (0)