diff options
author | Bob Arnson <bob@firegiant.com> | 2023-09-10 22:52:33 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2023-09-12 17:16:14 -0400 |
commit | e7656ce03e5412b3f12aec7ddd879b3ef771a065 (patch) | |
tree | a53d2fc3dea9413900457c73d82bc9c37670207a /src/ext/ComPlus | |
parent | f18d7e628361cd3f2ff14dd3326cbeea68df004f (diff) | |
download | wix-e7656ce03e5412b3f12aec7ddd879b3ef771a065.tar.gz wix-e7656ce03e5412b3f12aec7ddd879b3ef771a065.tar.bz2 wix-e7656ce03e5412b3f12aec7ddd879b3ef771a065.zip |
Remove unused symbol `Version`.
Diffstat (limited to 'src/ext/ComPlus')
-rw-r--r-- | src/ext/ComPlus/wixext/Symbols/ComPlusSymbolDefinitions.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ext/ComPlus/wixext/Symbols/ComPlusSymbolDefinitions.cs b/src/ext/ComPlus/wixext/Symbols/ComPlusSymbolDefinitions.cs index 407b9c14..fcc7e405 100644 --- a/src/ext/ComPlus/wixext/Symbols/ComPlusSymbolDefinitions.cs +++ b/src/ext/ComPlus/wixext/Symbols/ComPlusSymbolDefinitions.cs | |||
@@ -36,8 +36,6 @@ namespace WixToolset.ComPlus | |||
36 | 36 | ||
37 | public static partial class ComPlusSymbolDefinitions | 37 | public static partial class ComPlusSymbolDefinitions |
38 | { | 38 | { |
39 | public static readonly Version Version = new Version("4.0.0"); | ||
40 | |||
41 | public static IntermediateSymbolDefinition ByName(string name) | 39 | public static IntermediateSymbolDefinition ByName(string name) |
42 | { | 40 | { |
43 | if (!Enum.TryParse(name, out ComPlusSymbolDefinitionType type)) | 41 | if (!Enum.TryParse(name, out ComPlusSymbolDefinitionType type)) |