diff options
Diffstat (limited to 'src/WixToolset.Data/Section.cs')
-rw-r--r-- | src/WixToolset.Data/Section.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Data/Section.cs b/src/WixToolset.Data/Section.cs index 6757aa77..f9e19f3b 100644 --- a/src/WixToolset.Data/Section.cs +++ b/src/WixToolset.Data/Section.cs | |||
@@ -2,6 +2,7 @@ | |||
2 | 2 | ||
3 | namespace WixToolset.Data | 3 | namespace WixToolset.Data |
4 | { | 4 | { |
5 | #if false | ||
5 | using System; | 6 | using System; |
6 | using System.Collections.Generic; | 7 | using System.Collections.Generic; |
7 | using System.Diagnostics; | 8 | using System.Diagnostics; |
@@ -237,4 +238,5 @@ namespace WixToolset.Data | |||
237 | writer.WriteEndElement(); | 238 | writer.WriteEndElement(); |
238 | } | 239 | } |
239 | } | 240 | } |
241 | #endif | ||
240 | } | 242 | } |