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/DifxApp | |
parent | f18d7e628361cd3f2ff14dd3326cbeea68df004f (diff) | |
download | wix-e7656ce03e5412b3f12aec7ddd879b3ef771a065.tar.gz wix-e7656ce03e5412b3f12aec7ddd879b3ef771a065.tar.bz2 wix-e7656ce03e5412b3f12aec7ddd879b3ef771a065.zip |
Remove unused symbol `Version`.
Diffstat (limited to 'src/ext/DifxApp')
-rw-r--r-- | src/ext/DifxApp/wixext/Symbols/DifxAppSymbolDefinitions.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ext/DifxApp/wixext/Symbols/DifxAppSymbolDefinitions.cs b/src/ext/DifxApp/wixext/Symbols/DifxAppSymbolDefinitions.cs index 76f4d88f..c1f9673a 100644 --- a/src/ext/DifxApp/wixext/Symbols/DifxAppSymbolDefinitions.cs +++ b/src/ext/DifxApp/wixext/Symbols/DifxAppSymbolDefinitions.cs | |||
@@ -12,8 +12,6 @@ namespace WixToolset.DifxApp | |||
12 | 12 | ||
13 | public static partial class DifxAppSymbolDefinitions | 13 | public static partial class DifxAppSymbolDefinitions |
14 | { | 14 | { |
15 | public static readonly Version Version = new Version("4.0.0"); | ||
16 | |||
17 | public static IntermediateSymbolDefinition ByName(string name) | 15 | public static IntermediateSymbolDefinition ByName(string name) |
18 | { | 16 | { |
19 | if (!Enum.TryParse(name, out DifxAppSymbolDefinitionType type)) | 17 | if (!Enum.TryParse(name, out DifxAppSymbolDefinitionType type)) |