diff options
Diffstat (limited to 'src/ext/Sql')
-rw-r--r-- | src/ext/Sql/wixext/Symbols/SqlSymbolDefinitions.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ext/Sql/wixext/Symbols/SqlSymbolDefinitions.cs b/src/ext/Sql/wixext/Symbols/SqlSymbolDefinitions.cs index 336f1546..3ddacb83 100644 --- a/src/ext/Sql/wixext/Symbols/SqlSymbolDefinitions.cs +++ b/src/ext/Sql/wixext/Symbols/SqlSymbolDefinitions.cs | |||
@@ -15,8 +15,6 @@ namespace WixToolset.Sql | |||
15 | 15 | ||
16 | public static partial class SqlSymbolDefinitions | 16 | public static partial class SqlSymbolDefinitions |
17 | { | 17 | { |
18 | public static readonly Version Version = new Version("4.0.0"); | ||
19 | |||
20 | public static IntermediateSymbolDefinition ByName(string name) | 18 | public static IntermediateSymbolDefinition ByName(string name) |
21 | { | 19 | { |
22 | if (!Enum.TryParse(name, out SqlSymbolDefinitionType type)) | 20 | if (!Enum.TryParse(name, out SqlSymbolDefinitionType type)) |