aboutsummaryrefslogtreecommitdiff
path: root/src/wix/WixToolset.Core.Burn/Bundles/BurnReader.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wix/WixToolset.Core.Burn/Bundles/BurnReader.cs')
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/BurnReader.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wix/WixToolset.Core.Burn/Bundles/BurnReader.cs b/src/wix/WixToolset.Core.Burn/Bundles/BurnReader.cs
index 575252b0..933afc77 100644
--- a/src/wix/WixToolset.Core.Burn/Bundles/BurnReader.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/BurnReader.cs
@@ -45,11 +45,6 @@ namespace WixToolset.Core.Burn.Bundles
45 /// </summary> 45 /// </summary>
46 public Stream Stream => this.binaryReader?.BaseStream; 46 public Stream Stream => this.binaryReader?.BaseStream;
47 47
48 internal static BurnReader Open(object inputFilePath)
49 {
50 throw new NotImplementedException();
51 }
52
53 /// <summary> 48 /// <summary>
54 /// Opens a Burn reader. 49 /// Opens a Burn reader.
55 /// </summary> 50 /// </summary>