From b2ff456469c4905be6df44f851cbf42bbcd629ee Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 27 Dec 2017 13:13:41 -0800 Subject: Make TableDefinitions ColumnDefinitions an array and other minor cleanup --- src/WixToolset.Data/WindowsInstaller/Pdb.cs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/WixToolset.Data/WindowsInstaller/Pdb.cs') diff --git a/src/WixToolset.Data/WindowsInstaller/Pdb.cs b/src/WixToolset.Data/WindowsInstaller/Pdb.cs index d3fea0fe..574d5593 100644 --- a/src/WixToolset.Data/WindowsInstaller/Pdb.cs +++ b/src/WixToolset.Data/WindowsInstaller/Pdb.cs @@ -14,14 +14,6 @@ namespace WixToolset.Data.WindowsInstaller public const string XmlNamespaceUri = "http://wixtoolset.org/schemas/v4/wixpdb"; private static readonly Version CurrentVersion = new Version("4.0.0.0"); - /// - /// Creates a new empty pdb object. - /// - /// The source line information for the pdb. - public Pdb() - { - } - /// /// Gets or sets the output that is a part of this pdb. /// -- cgit v1.2.3-55-g6feb