diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Core/Compiler.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs index 6b9fe59e..63d28e39 100644 --- a/src/WixToolset.Core/Compiler.cs +++ b/src/WixToolset.Core/Compiler.cs | |||
@@ -5299,7 +5299,6 @@ namespace WixToolset.Core | |||
5299 | { | 5299 | { |
5300 | var tuple = new ErrorTuple(sourceLineNumbers, new Identifier(AccessModifier.Public, id)) | 5300 | var tuple = new ErrorTuple(sourceLineNumbers, new Identifier(AccessModifier.Public, id)) |
5301 | { | 5301 | { |
5302 | Error = id, | ||
5303 | Message = Common.GetInnerText(node) | 5302 | Message = Common.GetInnerText(node) |
5304 | }; | 5303 | }; |
5305 | 5304 | ||